public interface UndeleteServiceAccountResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRestoredAccount()
public abstract ServiceAccount getRestoredAccount()Metadata for the restored service account.
.google.iam.admin.v1.ServiceAccount restored_account = 1;
| Returns | |
|---|---|
| Type | Description |
ServiceAccount |
The restoredAccount. |
getRestoredAccountOrBuilder()
public abstract ServiceAccountOrBuilder getRestoredAccountOrBuilder()Metadata for the restored service account.
.google.iam.admin.v1.ServiceAccount restored_account = 1;
| Returns | |
|---|---|
| Type | Description |
ServiceAccountOrBuilder |
|
hasRestoredAccount()
public abstract boolean hasRestoredAccount()Metadata for the restored service account.
.google.iam.admin.v1.ServiceAccount restored_account = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the restoredAccount field is set. |