Class ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder (2.83.0)

public static final class ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder extends GeneratedMessage.Builder<ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder> implements ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder

Describes authentication configuration when Web-Security-Scanner service account is added in Identity-Aware-Proxy (IAP) access policies.

Protobuf type google.cloud.websecurityscanner.v1.ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo build()
Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

buildPartial()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo buildPartial()
Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

clear()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder clear()
Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

clearTargetAudienceClientId()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder clearTargetAudienceClientId()

Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).

string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo getDefaultInstanceForType()
Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTargetAudienceClientId()

public String getTargetAudienceClientId()

Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).

string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The targetAudienceClientId.

getTargetAudienceClientIdBytes()

public ByteString getTargetAudienceClientIdBytes()

Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).

string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for targetAudienceClientId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo other)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder mergeFrom(ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo other)
Parameter
Name Description
other ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo
Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

setTargetAudienceClientId(String value)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder setTargetAudienceClientId(String value)

Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).

string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The targetAudienceClientId to set.

Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

This builder for chaining.

setTargetAudienceClientIdBytes(ByteString value)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder setTargetAudienceClientIdBytes(ByteString value)

Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).

string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for targetAudienceClientId to set.

Returns
Type Description
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

This builder for chaining.