Class Service.UpdateAttestorRequest (1.43.0)

publicstaticfinalclass Service.UpdateAttestorRequestextendsGeneratedMessageV3implementsService.UpdateAttestorRequestOrBuilder

Request message for [BinauthzManagementService.UpdateAttestor][].

Protobuf type google.cloud.binaryauthorization.v1.UpdateAttestorRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

ATTESTOR_FIELD_NUMBER

publicstaticfinalintATTESTOR_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticService.UpdateAttestorRequestgetDefaultInstance()
Returns
Type Description
Service.UpdateAttestorRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticService.UpdateAttestorRequest.BuildernewBuilder()
Returns
Type Description
Service.UpdateAttestorRequest.Builder

newBuilder(Service.UpdateAttestorRequest prototype)

publicstaticService.UpdateAttestorRequest.BuildernewBuilder(Service.UpdateAttestorRequestprototype)
Parameter
Name Description
prototype Service.UpdateAttestorRequest
Returns
Type Description
Service.UpdateAttestorRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticService.UpdateAttestorRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticService.UpdateAttestorRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticService.UpdateAttestorRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticService.UpdateAttestorRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticService.UpdateAttestorRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticService.UpdateAttestorRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticService.UpdateAttestorRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticService.UpdateAttestorRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticService.UpdateAttestorRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticService.UpdateAttestorRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticService.UpdateAttestorRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticService.UpdateAttestorRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.UpdateAttestorRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<Service.UpdateAttestorRequest>parser()
Returns
Type Description
Parser<UpdateAttestorRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAttestor()

publicResources.AttestorgetAttestor()

Required. The updated attestor value. The service will overwrite the attestor name field with the resource name in the request URL, in the format projects/*/attestors/*.

.google.cloud.binaryauthorization.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Resources.Attestor

The attestor.

getAttestorOrBuilder()

publicResources.AttestorOrBuildergetAttestorOrBuilder()

Required. The updated attestor value. The service will overwrite the attestor name field with the resource name in the request URL, in the format projects/*/attestors/*.

.google.cloud.binaryauthorization.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Resources.AttestorOrBuilder

getDefaultInstanceForType()

publicService.UpdateAttestorRequestgetDefaultInstanceForType()
Returns
Type Description
Service.UpdateAttestorRequest

getParserForType()

publicParser<Service.UpdateAttestorRequest>getParserForType()
Returns
Type Description
Parser<UpdateAttestorRequest>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hasAttestor()

publicbooleanhasAttestor()

Required. The updated attestor value. The service will overwrite the attestor name field with the resource name in the request URL, in the format projects/*/attestors/*.

.google.cloud.binaryauthorization.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the attestor field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicService.UpdateAttestorRequest.BuildernewBuilderForType()
Returns
Type Description
Service.UpdateAttestorRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedService.UpdateAttestorRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Service.UpdateAttestorRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicService.UpdateAttestorRequest.BuildertoBuilder()
Returns
Type Description
Service.UpdateAttestorRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.