Interface CreateAttestorRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateAttestorRequest,CreateAttestorRequest.Builder
public interface CreateAttestorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttestorgetAttestor()Required.StringgetAttestorId()Required.com.google.protobuf.ByteStringgetAttestorIdBytes()Required.AttestorOrBuildergetAttestorOrBuilder()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasAttestor()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The parent of this [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent of this [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getAttestorId
String getAttestorId()
Required. The [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] ID.
string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The attestorId.
-
getAttestorIdBytes
com.google.protobuf.ByteString getAttestorIdBytes()
Required. The [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] ID.
string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for attestorId.
-
hasAttestor
boolean hasAttestor()
Required. The initial [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name, in the format `projects/*/attestors/*`.
.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the attestor field is set.
-
getAttestor
Attestor getAttestor()
Required. The initial [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name, in the format `projects/*/attestors/*`.
.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The attestor.
-
getAttestorOrBuilder
AttestorOrBuilder getAttestorOrBuilder()
Required. The initial [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.Attestor.name] field with the resource name, in the format `projects/*/attestors/*`.
.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];
-
-