Interface Service.CreateAttestorRequestOrBuilder (1.11.0)

public static interface Service.CreateAttestorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttestor()

public abstract 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 abstract String getAttestorId()

Required. The attestors ID.

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

Returns
TypeDescription
String

The attestorId.

getAttestorIdBytes()

public abstract ByteString getAttestorIdBytes()

Required. The attestors ID.

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

Returns
TypeDescription
ByteString

The bytes for attestorId.

getAttestorOrBuilder()

public abstract 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

getParent()

public abstract 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 abstract 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.

hasAttestor()

public abstract 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.