public interface IdentityConnectorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnectionState()
public abstract IdentityConnector.ConnectionState getConnectionState()Output only. The connection state of the identity connector.
.google.cloud.oracledatabase.v1.IdentityConnector.ConnectionState connection_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IdentityConnector.ConnectionState |
The connectionState. |
getConnectionStateValue()
public abstract int getConnectionStateValue()Output only. The connection state of the identity connector.
.google.cloud.oracledatabase.v1.IdentityConnector.ConnectionState connection_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for connectionState. |
getServiceAgentEmail()
public abstract String getServiceAgentEmail() Output only. A google managed service account on which customers can grant
roles to access resources in the customer project. Example:
p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com
string service_agent_email = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The serviceAgentEmail. |
getServiceAgentEmailBytes()
public abstract ByteString getServiceAgentEmailBytes() Output only. A google managed service account on which customers can grant
roles to access resources in the customer project. Example:
p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com
string service_agent_email = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAgentEmail. |