Interface Service.UpdateAttestorRequestOrBuilder (1.8.0)

public static interface Service.UpdateAttestorRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttestor()

public abstract Resources.Attestor getAttestor()

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
TypeDescription
Resources.Attestor

The attestor.

getAttestorOrBuilder()

public abstract Resources.AttestorOrBuilder getAttestorOrBuilder()

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
TypeDescription
Resources.AttestorOrBuilder

hasAttestor()

public abstract boolean hasAttestor()

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
TypeDescription
boolean

Whether the attestor field is set.