public static interface AppConnector.PrincipalInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceAccount()
public abstract AppConnector.PrincipalInfo.ServiceAccount getServiceAccount()A GCP service account.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo.ServiceAccount service_account = 1;
| Returns | |
|---|---|
| Type | Description |
AppConnector.PrincipalInfo.ServiceAccount |
The serviceAccount. |
getServiceAccountOrBuilder()
public abstract AppConnector.PrincipalInfo.ServiceAccountOrBuilder getServiceAccountOrBuilder()A GCP service account.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo.ServiceAccount service_account = 1;
| Returns | |
|---|---|
| Type | Description |
AppConnector.PrincipalInfo.ServiceAccountOrBuilder |
|
getTypeCase()
public abstract AppConnector.PrincipalInfo.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
AppConnector.PrincipalInfo.TypeCase |
|
hasServiceAccount()
public abstract boolean hasServiceAccount()A GCP service account.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo.ServiceAccount service_account = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the serviceAccount field is set. |