public static final class Attestor.Builder extends GeneratedMessageV3.Builder<Attestor.Builder> implements AttestorOrBuilderAn attestor that attests to container image artifacts. An existing attestor cannot be modified except where indicated.
Protobuf type google.cloud.binaryauthorization.v1beta1.Attestor
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Attestor.BuilderImplements
AttestorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Attestor.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Attestor.Builder |
build()
public Attestor build()| Type | Description |
| Attestor |
buildPartial()
public Attestor buildPartial()| Type | Description |
| Attestor |
clear()
public Attestor.Builder clear()| Type | Description |
| Attestor.Builder |
clearAttestorType()
public Attestor.Builder clearAttestorType()| Type | Description |
| Attestor.Builder |
clearDescription()
public Attestor.Builder clearDescription()Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
string description = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Attestor.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Attestor.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Attestor.Builder |
clearName()
public Attestor.Builder clearName() Required. The resource name, in the format:
projects/*/attestors/*. This field may not be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Attestor.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Attestor.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Attestor.Builder |
clearUpdateTime()
public Attestor.Builder clearUpdateTime()Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Attestor.Builder |
clearUserOwnedDrydockNote()
public Attestor.Builder clearUserOwnedDrydockNote()A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Type | Description |
| Attestor.Builder |
clone()
public Attestor.Builder clone()| Type | Description |
| Attestor.Builder |
getAttestorTypeCase()
public Attestor.AttestorTypeCase getAttestorTypeCase()| Type | Description |
| Attestor.AttestorTypeCase |
getDefaultInstanceForType()
public Attestor getDefaultInstanceForType()| Type | Description |
| Attestor |
getDescription()
public String getDescription()Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
string description = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
string description = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getName()
public String getName() Required. The resource name, in the format:
projects/*/attestors/*. This field may not be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes() Required. The resource name, in the format:
projects/*/attestors/*. This field may not be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |
getUpdateTime()
public Timestamp getUpdateTime()Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getUserOwnedDrydockNote()
public UserOwnedDrydockNote getUserOwnedDrydockNote()A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Type | Description |
| UserOwnedDrydockNote | The userOwnedDrydockNote. |
getUserOwnedDrydockNoteBuilder()
public UserOwnedDrydockNote.Builder getUserOwnedDrydockNoteBuilder()A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Type | Description |
| UserOwnedDrydockNote.Builder |
getUserOwnedDrydockNoteOrBuilder()
public UserOwnedDrydockNoteOrBuilder getUserOwnedDrydockNoteOrBuilder()A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Type | Description |
| UserOwnedDrydockNoteOrBuilder |
hasUpdateTime()
public boolean hasUpdateTime()Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |
hasUserOwnedDrydockNote()
public boolean hasUserOwnedDrydockNote()A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Type | Description |
| boolean | Whether the userOwnedDrydockNote field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Attestor other)
public Attestor.Builder mergeFrom(Attestor other)| Name | Description |
| other | Attestor |
| Type | Description |
| Attestor.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Attestor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Attestor.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Attestor.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Attestor.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Attestor.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Attestor.Builder |
mergeUpdateTime(Timestamp value)
public Attestor.Builder mergeUpdateTime(Timestamp value)Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| Attestor.Builder |
mergeUserOwnedDrydockNote(UserOwnedDrydockNote value)
public Attestor.Builder mergeUserOwnedDrydockNote(UserOwnedDrydockNote value)A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Name | Description |
| value | UserOwnedDrydockNote |
| Type | Description |
| Attestor.Builder |
setDescription(String value)
public Attestor.Builder setDescription(String value)Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
string description = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| Attestor.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public Attestor.Builder setDescriptionBytes(ByteString value)Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
string description = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| Attestor.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Attestor.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Attestor.Builder |
setName(String value)
public Attestor.Builder setName(String value) Required. The resource name, in the format:
projects/*/attestors/*. This field may not be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| Attestor.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Attestor.Builder setNameBytes(ByteString value) Required. The resource name, in the format:
projects/*/attestors/*. This field may not be updated.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| Attestor.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Attestor.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Attestor.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Attestor.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Attestor.Builder |
setUpdateTime(Timestamp value)
public Attestor.Builder setUpdateTime(Timestamp value)Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| Attestor.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Attestor.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Time when the attestor was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| Attestor.Builder |
setUserOwnedDrydockNote(UserOwnedDrydockNote value)
public Attestor.Builder setUserOwnedDrydockNote(UserOwnedDrydockNote value)A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Name | Description |
| value | UserOwnedDrydockNote |
| Type | Description |
| Attestor.Builder |
setUserOwnedDrydockNote(UserOwnedDrydockNote.Builder builderForValue)
public Attestor.Builder setUserOwnedDrydockNote(UserOwnedDrydockNote.Builder builderForValue)A Drydock ATTESTATION_AUTHORITY Note, created by the user.
.google.cloud.binaryauthorization.v1beta1.UserOwnedDrydockNote user_owned_drydock_note = 3;
| Name | Description |
| builderForValue | UserOwnedDrydockNote.Builder |
| Type | Description |
| Attestor.Builder |