public static interface Service.CreateAttestorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Resources.Attestor |
getAttestor()
Required.
|
String |
getAttestorId()
Required.
|
com.google.protobuf.ByteString |
getAttestorIdBytes()
Required.
|
Resources.AttestorOrBuilder |
getAttestorOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasAttestor()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent of this [attestor][google.cloud.binaryauthorization.v1.Attestor].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent of this [attestor][google.cloud.binaryauthorization.v1.Attestor].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getAttestorId()
Required. The [attestors][google.cloud.binaryauthorization.v1.Attestor] ID.
string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getAttestorIdBytes()
Required. The [attestors][google.cloud.binaryauthorization.v1.Attestor] ID.
string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasAttestor()
Required. The initial [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name, in the format `projects/*/attestors/*`.
.google.cloud.binaryauthorization.v1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];
Resources.Attestor getAttestor()
Required. The initial [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name, in the format `projects/*/attestors/*`.
.google.cloud.binaryauthorization.v1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];
Resources.AttestorOrBuilder getAttestorOrBuilder()
Required. The initial [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name, in the format `projects/*/attestors/*`.
.google.cloud.binaryauthorization.v1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.