Class Service.CreateAttestorRequest (1.40.0)

public static final class Service.CreateAttestorRequest extends GeneratedMessageV3 implements Service.CreateAttestorRequestOrBuilder

Request message for [BinauthzManagementService.CreateAttestor][].

Protobuf type google.cloud.binaryauthorization.v1.CreateAttestorRequest

Static Fields

ATTESTOR_FIELD_NUMBER

public static final int ATTESTOR_FIELD_NUMBER
Field Value
TypeDescription
int

ATTESTOR_ID_FIELD_NUMBER

public static final int ATTESTOR_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Service.CreateAttestorRequest getDefaultInstance()
Returns
TypeDescription
Service.CreateAttestorRequest

getDescriptor()

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

newBuilder()

public static Service.CreateAttestorRequest.Builder newBuilder()
Returns
TypeDescription
Service.CreateAttestorRequest.Builder

newBuilder(Service.CreateAttestorRequest prototype)

public static Service.CreateAttestorRequest.Builder newBuilder(Service.CreateAttestorRequest prototype)
Parameter
NameDescription
prototypeService.CreateAttestorRequest
Returns
TypeDescription
Service.CreateAttestorRequest.Builder

parseDelimitedFrom(InputStream input)

public static Service.CreateAttestorRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.CreateAttestorRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Service.CreateAttestorRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Service.CreateAttestorRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Service.CreateAttestorRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Service.CreateAttestorRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Service.CreateAttestorRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.CreateAttestorRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Service.CreateAttestorRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.CreateAttestorRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Service.CreateAttestorRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Service.CreateAttestorRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Service.CreateAttestorRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Service.CreateAttestorRequest> parser()
Returns
TypeDescription
Parser<CreateAttestorRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAttestor()

public Resources.Attestor getAttestor()

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

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

Returns
TypeDescription
Resources.Attestor

The attestor.

getAttestorId()

public String getAttestorId()

Required. The attestors ID.

string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The attestorId.

getAttestorIdBytes()

public ByteString getAttestorIdBytes()

Required. The attestors ID.

string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for attestorId.

getAttestorOrBuilder()

public Resources.AttestorOrBuilder getAttestorOrBuilder()

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

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

Returns
TypeDescription
Resources.AttestorOrBuilder

getDefaultInstanceForType()

public Service.CreateAttestorRequest getDefaultInstanceForType()
Returns
TypeDescription
Service.CreateAttestorRequest

getParent()

public String getParent()

Required. The parent of this attestor.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent of this attestor.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<Service.CreateAttestorRequest> getParserForType()
Returns
TypeDescription
Parser<CreateAttestorRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasAttestor()

public boolean hasAttestor()

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

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

Returns
TypeDescription
boolean

Whether the attestor field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Service.CreateAttestorRequest.Builder newBuilderForType()
Returns
TypeDescription
Service.CreateAttestorRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Service.CreateAttestorRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Service.CreateAttestorRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Service.CreateAttestorRequest.Builder toBuilder()
Returns
TypeDescription
Service.CreateAttestorRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException