public interface MetadataExchangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetadataExchangeRequest.AuthType |
getAuthType()
Authentication type.
|
int |
getAuthTypeValue()
Authentication type.
|
String |
getOauth2Token()
IAM token used for both IAM user authentiation and
`alloydb.instances.connect` permission check.
|
com.google.protobuf.ByteString |
getOauth2TokenBytes()
IAM token used for both IAM user authentiation and
`alloydb.instances.connect` permission check.
|
String |
getUserAgent()
Optional.
|
com.google.protobuf.ByteString |
getUserAgentBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUserAgent()
Optional. Connector information.
string user_agent = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getUserAgentBytes()
Optional. Connector information.
string user_agent = 1 [(.google.api.field_behavior) = OPTIONAL];int getAuthTypeValue()
Authentication type.
.google.cloud.alloydb.connectors.v1alpha.MetadataExchangeRequest.AuthType auth_type = 2;
MetadataExchangeRequest.AuthType getAuthType()
Authentication type.
.google.cloud.alloydb.connectors.v1alpha.MetadataExchangeRequest.AuthType auth_type = 2;
String getOauth2Token()
IAM token used for both IAM user authentiation and `alloydb.instances.connect` permission check.
string oauth2_token = 3;com.google.protobuf.ByteString getOauth2TokenBytes()
IAM token used for both IAM user authentiation and `alloydb.instances.connect` permission check.
string oauth2_token = 3;Copyright © 2024 Google LLC. All rights reserved.