| Modifier and Type | Method and Description |
|---|---|
Tags.Builder |
Tags.Builder.addAllItems(Iterable<String> values)
An array of tags.
|
Tags.Builder |
Tags.Builder.addItems(String value)
An array of tags.
|
Tags.Builder |
Tags.Builder.addItemsBytes(com.google.protobuf.ByteString value)
An array of tags.
|
Tags.Builder |
Tags.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Tags.Builder |
Tags.Builder.clear() |
Tags.Builder |
Tags.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Tags.Builder |
Tags.Builder.clearFingerprint()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking.
|
Tags.Builder |
Tags.Builder.clearItems()
An array of tags.
|
Tags.Builder |
Tags.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Tags.Builder |
Tags.Builder.clone() |
Tags.Builder |
Instance.Builder.getTagsBuilder()
Tags to apply to this instance.
|
Tags.Builder |
InstanceProperties.Builder.getTagsBuilder()
A list of tags to apply to the instances that are created from these properties.
|
Tags.Builder |
SourceInstanceProperties.Builder.getTagsBuilder()
A list of tags to apply to the instances that are created from this machine image.
|
Tags.Builder |
SetTagsInstanceRequest.Builder.getTagsResourceBuilder()
The body resource for this request
|
Tags.Builder |
Tags.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Tags.Builder |
Tags.Builder.mergeFrom(com.google.protobuf.Message other) |
Tags.Builder |
Tags.Builder.mergeFrom(Tags other) |
Tags.Builder |
Tags.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Tags.Builder |
Tags.newBuilder() |
static Tags.Builder |
Tags.newBuilder(Tags prototype) |
Tags.Builder |
Tags.newBuilderForType() |
protected Tags.Builder |
Tags.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Tags.Builder |
Tags.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Tags.Builder |
Tags.Builder.setFingerprint(String value)
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking.
|
Tags.Builder |
Tags.Builder.setFingerprintBytes(com.google.protobuf.ByteString value)
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking.
|
Tags.Builder |
Tags.Builder.setItems(int index,
String value)
An array of tags.
|
Tags.Builder |
Tags.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Tags.Builder |
Tags.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Tags.Builder |
Tags.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.setTags(Tags.Builder builderForValue)
Tags to apply to this instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.setTags(Tags.Builder builderForValue)
A list of tags to apply to the instances that are created from these properties.
|
SourceInstanceProperties.Builder |
SourceInstanceProperties.Builder.setTags(Tags.Builder builderForValue)
A list of tags to apply to the instances that are created from this machine image.
|
SetTagsInstanceRequest.Builder |
SetTagsInstanceRequest.Builder.setTagsResource(Tags.Builder builderForValue)
The body resource for this request
|
Copyright © 2023 Google LLC. All rights reserved.