public static final class PolicyBasedRoute.VirtualMachine.Builder extends GeneratedMessage.Builder<PolicyBasedRoute.VirtualMachine.Builder> implements PolicyBasedRoute.VirtualMachineOrBuilderVM instances that this policy-based route applies to.
Protobuf type google.cloud.networkconnectivity.v1.PolicyBasedRoute.VirtualMachine
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PolicyBasedRoute.VirtualMachine.BuilderImplements
PolicyBasedRoute.VirtualMachineOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllTags(Iterable<String> values)
public PolicyBasedRoute.VirtualMachine.Builder addAllTags(Iterable<String> values)Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The tags to add. |
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
This builder for chaining. |
addTags(String value)
public PolicyBasedRoute.VirtualMachine.Builder addTags(String value)Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tags to add. |
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
This builder for chaining. |
addTagsBytes(ByteString value)
public PolicyBasedRoute.VirtualMachine.Builder addTagsBytes(ByteString value)Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the tags to add. |
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
This builder for chaining. |
build()
public PolicyBasedRoute.VirtualMachine build()| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine |
|
buildPartial()
public PolicyBasedRoute.VirtualMachine buildPartial()| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine |
|
clear()
public PolicyBasedRoute.VirtualMachine.Builder clear()| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
|
clearTags()
public PolicyBasedRoute.VirtualMachine.Builder clearTags()Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PolicyBasedRoute.VirtualMachine getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTags(int index)
public String getTags(int index)Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The tags at the given index. |
getTagsBytes(int index)
public ByteString getTagsBytes(int index)Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the tags at the given index. |
getTagsCount()
public int getTagsCount()Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of tags. |
getTagsList()
public ProtocolStringList getTagsList()Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the tags. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PolicyBasedRoute.VirtualMachine other)
public PolicyBasedRoute.VirtualMachine.Builder mergeFrom(PolicyBasedRoute.VirtualMachine other)| Parameter | |
|---|---|
| Name | Description |
other |
PolicyBasedRoute.VirtualMachine |
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PolicyBasedRoute.VirtualMachine.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PolicyBasedRoute.VirtualMachine.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
|
setTags(int index, String value)
public PolicyBasedRoute.VirtualMachine.Builder setTags(int index, String value)Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.
repeated string tags = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe tags to set. |
| Returns | |
|---|---|
| Type | Description |
PolicyBasedRoute.VirtualMachine.Builder |
This builder for chaining. |