- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.8
- 2.5.3
- 2.4.4
- 2.3.1
public static final class KeyRing.Builder extends GeneratedMessageV3.Builder<KeyRing.Builder> implements KeyRingOrBuilder
A KeyRing is a toplevel logical grouping of CryptoKeys.
Protobuf type google.cloud.kms.v1.KeyRing
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > KeyRing.BuilderImplements
KeyRingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public KeyRing.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
KeyRing.Builder |
build()
public KeyRing build()
Type | Description |
KeyRing |
buildPartial()
public KeyRing buildPartial()
Type | Description |
KeyRing |
clear()
public KeyRing.Builder clear()
Type | Description |
KeyRing.Builder |
clearCreateTime()
public KeyRing.Builder clearCreateTime()
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
KeyRing.Builder |
clearField(Descriptors.FieldDescriptor field)
public KeyRing.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
KeyRing.Builder |
clearName()
public KeyRing.Builder clearName()
Output only. The resource name for the
KeyRing in the format
projects/*/locations/*/keyRings/*
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
KeyRing.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public KeyRing.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
KeyRing.Builder |
clone()
public KeyRing.Builder clone()
Type | Description |
KeyRing.Builder |
getCreateTime()
public Timestamp getCreateTime()
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public KeyRing getDefaultInstanceForType()
Type | Description |
KeyRing |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Output only. The resource name for the
KeyRing in the format
projects/*/locations/*/keyRings/*
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name for the
KeyRing in the format
projects/*/locations/*/keyRings/*
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for name. |
hasCreateTime()
public boolean hasCreateTime()
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the createTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public KeyRing.Builder mergeCreateTime(Timestamp value)
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
KeyRing.Builder |
mergeFrom(KeyRing other)
public KeyRing.Builder mergeFrom(KeyRing other)
Name | Description |
other | KeyRing |
Type | Description |
KeyRing.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public KeyRing.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
KeyRing.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public KeyRing.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
KeyRing.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final KeyRing.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
KeyRing.Builder |
setCreateTime(Timestamp value)
public KeyRing.Builder setCreateTime(Timestamp value)
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
KeyRing.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public KeyRing.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The time at which this KeyRing was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
KeyRing.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public KeyRing.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
KeyRing.Builder |
setName(String value)
public KeyRing.Builder setName(String value)
Output only. The resource name for the
KeyRing in the format
projects/*/locations/*/keyRings/*
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The name to set. |
Type | Description |
KeyRing.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public KeyRing.Builder setNameBytes(ByteString value)
Output only. The resource name for the
KeyRing in the format
projects/*/locations/*/keyRings/*
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
KeyRing.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public KeyRing.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
KeyRing.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final KeyRing.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
KeyRing.Builder |