- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.6
- 0.1.0
public static final class AwsProxyConfig.Builder extends GeneratedMessageV3.Builder<AwsProxyConfig.Builder> implements AwsProxyConfigOrBuilder
Details of a proxy config stored in AWS Secret Manager.
Protobuf type google.cloud.gkemulticloud.v1.AwsProxyConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AwsProxyConfig.BuilderImplements
AwsProxyConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AwsProxyConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
build()
public AwsProxyConfig build()
Returns | |
---|---|
Type | Description |
AwsProxyConfig |
buildPartial()
public AwsProxyConfig buildPartial()
Returns | |
---|---|
Type | Description |
AwsProxyConfig |
clear()
public AwsProxyConfig.Builder clear()
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public AwsProxyConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AwsProxyConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
clearSecretArn()
public AwsProxyConfig.Builder clearSecretArn()
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/anthos/clusters/docs/multi-cloud/aws/how-to/use-a-proxy#create_a_proxy_configuration_file
string secret_arn = 1;
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder | This builder for chaining. |
clearSecretVersion()
public AwsProxyConfig.Builder clearSecretVersion()
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
string secret_version = 2;
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder | This builder for chaining. |
clone()
public AwsProxyConfig.Builder clone()
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
getDefaultInstanceForType()
public AwsProxyConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AwsProxyConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getSecretArn()
public String getSecretArn()
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/anthos/clusters/docs/multi-cloud/aws/how-to/use-a-proxy#create_a_proxy_configuration_file
string secret_arn = 1;
Returns | |
---|---|
Type | Description |
String | The secretArn. |
getSecretArnBytes()
public ByteString getSecretArnBytes()
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/anthos/clusters/docs/multi-cloud/aws/how-to/use-a-proxy#create_a_proxy_configuration_file
string secret_arn = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for secretArn. |
getSecretVersion()
public String getSecretVersion()
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
string secret_version = 2;
Returns | |
---|---|
Type | Description |
String | The secretVersion. |
getSecretVersionBytes()
public ByteString getSecretVersionBytes()
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
string secret_version = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for secretVersion. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AwsProxyConfig other)
public AwsProxyConfig.Builder mergeFrom(AwsProxyConfig other)
Parameter | |
---|---|
Name | Description |
other | AwsProxyConfig |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AwsProxyConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AwsProxyConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AwsProxyConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AwsProxyConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AwsProxyConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |
setSecretArn(String value)
public AwsProxyConfig.Builder setSecretArn(String value)
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/anthos/clusters/docs/multi-cloud/aws/how-to/use-a-proxy#create_a_proxy_configuration_file
string secret_arn = 1;
Parameter | |
---|---|
Name | Description |
value | String The secretArn to set. |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder | This builder for chaining. |
setSecretArnBytes(ByteString value)
public AwsProxyConfig.Builder setSecretArnBytes(ByteString value)
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/anthos/clusters/docs/multi-cloud/aws/how-to/use-a-proxy#create_a_proxy_configuration_file
string secret_arn = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for secretArn to set. |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder | This builder for chaining. |
setSecretVersion(String value)
public AwsProxyConfig.Builder setSecretVersion(String value)
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
string secret_version = 2;
Parameter | |
---|---|
Name | Description |
value | String The secretVersion to set. |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder | This builder for chaining. |
setSecretVersionBytes(ByteString value)
public AwsProxyConfig.Builder setSecretVersionBytes(ByteString value)
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
string secret_version = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for secretVersion to set. |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AwsProxyConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AwsProxyConfig.Builder |