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

public static final class ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder extends GeneratedMessageV3.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

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

build()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo build()
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

buildPartial()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo buildPartial()
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

This builder for chaining.

clone()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder clone()
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

getDefaultInstanceForType()

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo getDefaultInstanceForType()
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for targetAudienceClientId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo other)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder mergeFrom(ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo other)
Parameter
NameDescription
otherScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The targetAudienceClientId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for targetAudienceClientId to set.

Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
Overrides