Interface Service.CreateAttestorRequestOrBuilder (1.59.0)

publicstaticinterfaceService.CreateAttestorRequestOrBuilderextendsMessageOrBuilder

Methods

getAttestor()

publicabstractResources.AttestorgetAttestor()

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()

publicabstractStringgetAttestorId()

Required. The attestors ID.

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

Returns
TypeDescription
String

The attestorId.

getAttestorIdBytes()

publicabstractByteStringgetAttestorIdBytes()

Required. The attestors ID.

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

Returns
TypeDescription
ByteString

The bytes for attestorId.

getAttestorOrBuilder()

publicabstractResources.AttestorOrBuildergetAttestorOrBuilder()

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

getParent()

publicabstractStringgetParent()

Required. The parent of this attestor.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

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.

hasAttestor()

publicabstractbooleanhasAttestor()

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.