public static final class BackendServiceIAP.Builder extends GeneratedMessageV3.Builder<BackendServiceIAP.Builder> implements BackendServiceIAPOrBuilderIdentity-Aware Proxy
Protobuf type google.cloud.compute.v1.BackendServiceIAP
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BackendServiceIAP.BuilderImplements
BackendServiceIAPOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BackendServiceIAP.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
build()
public BackendServiceIAP build()| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP |
|
buildPartial()
public BackendServiceIAP buildPartial()| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP |
|
clear()
public BackendServiceIAP.Builder clear()| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
clearEnabled()
public BackendServiceIAP.Builder clearEnabled()Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
optional bool enabled = 1018689;
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public BackendServiceIAP.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
clearOauth2ClientId()
public BackendServiceIAP.Builder clearOauth2ClientId()OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
clearOauth2ClientSecret()
public BackendServiceIAP.Builder clearOauth2ClientSecret()OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
clearOauth2ClientSecretSha256()
public BackendServiceIAP.Builder clearOauth2ClientSecretSha256()[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public BackendServiceIAP.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
clone()
public BackendServiceIAP.Builder clone()| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
getDefaultInstanceForType()
public BackendServiceIAP getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnabled()
public boolean getEnabled()Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
optional bool enabled = 1018689;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enabled. |
getOauth2ClientId()
public String getOauth2ClientId()OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;
| Returns | |
|---|---|
| Type | Description |
String |
The oauth2ClientId. |
getOauth2ClientIdBytes()
public ByteString getOauth2ClientIdBytes()OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for oauth2ClientId. |
getOauth2ClientSecret()
public String getOauth2ClientSecret()OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;
| Returns | |
|---|---|
| Type | Description |
String |
The oauth2ClientSecret. |
getOauth2ClientSecretBytes()
public ByteString getOauth2ClientSecretBytes()OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for oauth2ClientSecret. |
getOauth2ClientSecretSha256()
public String getOauth2ClientSecretSha256()[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;
| Returns | |
|---|---|
| Type | Description |
String |
The oauth2ClientSecretSha256. |
getOauth2ClientSecretSha256Bytes()
public ByteString getOauth2ClientSecretSha256Bytes()[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for oauth2ClientSecretSha256. |
hasEnabled()
public boolean hasEnabled()Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
optional bool enabled = 1018689;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enabled field is set. |
hasOauth2ClientId()
public boolean hasOauth2ClientId()OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oauth2ClientId field is set. |
hasOauth2ClientSecret()
public boolean hasOauth2ClientSecret()OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oauth2ClientSecret field is set. |
hasOauth2ClientSecretSha256()
public boolean hasOauth2ClientSecretSha256()[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the oauth2ClientSecretSha256 field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BackendServiceIAP other)
public BackendServiceIAP.Builder mergeFrom(BackendServiceIAP other)| Parameter | |
|---|---|
| Name | Description |
other |
BackendServiceIAP |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BackendServiceIAP.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BackendServiceIAP.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BackendServiceIAP.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
setEnabled(boolean value)
public BackendServiceIAP.Builder setEnabled(boolean value)Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
optional bool enabled = 1018689;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enabled to set. |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public BackendServiceIAP.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
setOauth2ClientId(String value)
public BackendServiceIAP.Builder setOauth2ClientId(String value)OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe oauth2ClientId to set. |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
setOauth2ClientIdBytes(ByteString value)
public BackendServiceIAP.Builder setOauth2ClientIdBytes(ByteString value)OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for oauth2ClientId to set. |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
setOauth2ClientSecret(String value)
public BackendServiceIAP.Builder setOauth2ClientSecret(String value)OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe oauth2ClientSecret to set. |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
setOauth2ClientSecretBytes(ByteString value)
public BackendServiceIAP.Builder setOauth2ClientSecretBytes(ByteString value)OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for oauth2ClientSecret to set. |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
setOauth2ClientSecretSha256(String value)
public BackendServiceIAP.Builder setOauth2ClientSecretSha256(String value)[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe oauth2ClientSecretSha256 to set. |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
setOauth2ClientSecretSha256Bytes(ByteString value)
public BackendServiceIAP.Builder setOauth2ClientSecretSha256Bytes(ByteString value)[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for oauth2ClientSecretSha256 to set. |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BackendServiceIAP.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final BackendServiceIAP.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
BackendServiceIAP.Builder |
|