public static final class VmExtensionPolicyList.Builder extends GeneratedMessage.Builder<VmExtensionPolicyList.Builder> implements VmExtensionPolicyListOrBuilder Protobuf type google.cloud.compute.v1.VmExtensionPolicyList
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VmExtensionPolicyList.BuilderImplements
VmExtensionPolicyListOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllItems(Iterable<? extends VmExtensionPolicy> values)
public VmExtensionPolicyList.Builder addAllItems(Iterable<? extends VmExtensionPolicy> values)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.VmExtensionPolicy> |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
addAllUnreachables(Iterable<String> values)
public VmExtensionPolicyList.Builder addAllUnreachables(Iterable<String> values)Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The unreachables to add. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
addItems(VmExtensionPolicy value)
public VmExtensionPolicyList.Builder addItems(VmExtensionPolicy value)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
value |
VmExtensionPolicy |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
addItems(VmExtensionPolicy.Builder builderForValue)
public VmExtensionPolicyList.Builder addItems(VmExtensionPolicy.Builder builderForValue)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
VmExtensionPolicy.Builder |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
addItems(int index, VmExtensionPolicy value)
public VmExtensionPolicyList.Builder addItems(int index, VmExtensionPolicy value)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
VmExtensionPolicy |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
addItems(int index, VmExtensionPolicy.Builder builderForValue)
public VmExtensionPolicyList.Builder addItems(int index, VmExtensionPolicy.Builder builderForValue)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
VmExtensionPolicy.Builder |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
addItemsBuilder()
public VmExtensionPolicy.Builder addItemsBuilder()Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicy.Builder |
|
addItemsBuilder(int index)
public VmExtensionPolicy.Builder addItemsBuilder(int index)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicy.Builder |
|
addUnreachables(String value)
public VmExtensionPolicyList.Builder addUnreachables(String value)Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachables to add. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
addUnreachablesBytes(ByteString value)
public VmExtensionPolicyList.Builder addUnreachablesBytes(ByteString value)Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachables to add. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
build()
public VmExtensionPolicyList build()| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList |
|
buildPartial()
public VmExtensionPolicyList buildPartial()| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList |
|
clear()
public VmExtensionPolicyList.Builder clear()| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
clearEtag()
public VmExtensionPolicyList.Builder clearEtag()Output only. [Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a VmExtensionPolicy. An up-to-date fingerprint must be provided in order to update the VmExtensionPolicy.
To see the latest value of the fingerprint, make a get() request to retrieve a VmExtensionPolicy.
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
clearId()
public VmExtensionPolicyList.Builder clearId()Output only. [Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
clearItems()
public VmExtensionPolicyList.Builder clearItems()Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
clearKind()
public VmExtensionPolicyList.Builder clearKind()Output only. Type of resource.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
clearNextPageToken()
public VmExtensionPolicyList.Builder clearNextPageToken()Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
clearSelfLink()
public VmExtensionPolicyList.Builder clearSelfLink()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
clearUnreachables()
public VmExtensionPolicyList.Builder clearUnreachables()Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
clearWarning()
public VmExtensionPolicyList.Builder clearWarning()Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
getDefaultInstanceForType()
public VmExtensionPolicyList getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
public String getEtag()Output only. [Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a VmExtensionPolicy. An up-to-date fingerprint must be provided in order to update the VmExtensionPolicy.
To see the latest value of the fingerprint, make a get() request to retrieve a VmExtensionPolicy.
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()Output only. [Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a VmExtensionPolicy. An up-to-date fingerprint must be provided in order to update the VmExtensionPolicy.
To see the latest value of the fingerprint, make a get() request to retrieve a VmExtensionPolicy.
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getId()
public String getId()Output only. [Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()Output only. [Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getItems(int index)
public VmExtensionPolicy getItems(int index)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicy |
|
getItemsBuilder(int index)
public VmExtensionPolicy.Builder getItemsBuilder(int index)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicy.Builder |
|
getItemsBuilderList()
public List<VmExtensionPolicy.Builder> getItemsBuilderList()Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getItemsCount()
public int getItemsCount()Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Returns | |
|---|---|
| Type | Description |
int |
|
getItemsList()
public List<VmExtensionPolicy> getItemsList()Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Returns | |
|---|---|
| Type | Description |
List<VmExtensionPolicy> |
|
getItemsOrBuilder(int index)
public VmExtensionPolicyOrBuilder getItemsOrBuilder(int index)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyOrBuilder |
|
getItemsOrBuilderList()
public List<? extends VmExtensionPolicyOrBuilder> getItemsOrBuilderList()Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.VmExtensionPolicyOrBuilder> |
|
getKind()
public String getKind()Output only. Type of resource.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes()Output only. Type of resource.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getNextPageToken()
public String getNextPageToken()Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getSelfLink()
public String getSelfLink()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public ByteString getSelfLinkBytes()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for selfLink. |
getUnreachables(int index)
public String getUnreachables(int index)Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachables at the given index. |
getUnreachablesBytes(int index)
public ByteString getUnreachablesBytes(int index)Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachables at the given index. |
getUnreachablesCount()
public int getUnreachablesCount()Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachables. |
getUnreachablesList()
public ProtocolStringList getUnreachablesList()Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the unreachables. |
getWarning()
public Warning getWarning()Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
Warning |
The warning. |
getWarningBuilder()
public Warning.Builder getWarningBuilder()Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
Warning.Builder |
|
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
WarningOrBuilder |
|
hasEtag()
public boolean hasEtag()Output only. [Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a VmExtensionPolicy. An up-to-date fingerprint must be provided in order to update the VmExtensionPolicy.
To see the latest value of the fingerprint, make a get() request to retrieve a VmExtensionPolicy.
optional string etag = 3123477;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the etag field is set. |
hasId()
public boolean hasId()Output only. [Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the id field is set. |
hasKind()
public boolean hasKind()Output only. Type of resource.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |
hasNextPageToken()
public boolean hasNextPageToken()Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nextPageToken field is set. |
hasSelfLink()
public boolean hasSelfLink()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selfLink field is set. |
hasWarning()
public boolean hasWarning()Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VmExtensionPolicyList other)
public VmExtensionPolicyList.Builder mergeFrom(VmExtensionPolicyList other)| Parameter | |
|---|---|
| Name | Description |
other |
VmExtensionPolicyList |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VmExtensionPolicyList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VmExtensionPolicyList.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
mergeWarning(Warning value)
public VmExtensionPolicyList.Builder mergeWarning(Warning value)Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter | |
|---|---|
| Name | Description |
value |
Warning |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
removeItems(int index)
public VmExtensionPolicyList.Builder removeItems(int index)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
setEtag(String value)
public VmExtensionPolicyList.Builder setEtag(String value)Output only. [Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a VmExtensionPolicy. An up-to-date fingerprint must be provided in order to update the VmExtensionPolicy.
To see the latest value of the fingerprint, make a get() request to retrieve a VmExtensionPolicy.
optional string etag = 3123477;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public VmExtensionPolicyList.Builder setEtagBytes(ByteString value)Output only. [Output Only] Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a VmExtensionPolicy. An up-to-date fingerprint must be provided in order to update the VmExtensionPolicy.
To see the latest value of the fingerprint, make a get() request to retrieve a VmExtensionPolicy.
optional string etag = 3123477;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setId(String value)
public VmExtensionPolicyList.Builder setId(String value)Output only. [Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe id to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setIdBytes(ByteString value)
public VmExtensionPolicyList.Builder setIdBytes(ByteString value)Output only. [Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for id to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setItems(int index, VmExtensionPolicy value)
public VmExtensionPolicyList.Builder setItems(int index, VmExtensionPolicy value)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
VmExtensionPolicy |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
setItems(int index, VmExtensionPolicy.Builder builderForValue)
public VmExtensionPolicyList.Builder setItems(int index, VmExtensionPolicy.Builder builderForValue)Output only. [Output Only] A list of VM extension policy resources.
repeated .google.cloud.compute.v1.VmExtensionPolicy items = 100526016;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
VmExtensionPolicy.Builder |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
setKind(String value)
public VmExtensionPolicyList.Builder setKind(String value)Output only. Type of resource.
optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe kind to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setKindBytes(ByteString value)
public VmExtensionPolicyList.Builder setKindBytes(ByteString value)Output only. Type of resource.
optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for kind to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setNextPageToken(String value)
public VmExtensionPolicyList.Builder setNextPageToken(String value)Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public VmExtensionPolicyList.Builder setNextPageTokenBytes(ByteString value)Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setSelfLink(String value)
public VmExtensionPolicyList.Builder setSelfLink(String value)Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe selfLink to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setSelfLinkBytes(ByteString value)
public VmExtensionPolicyList.Builder setSelfLinkBytes(ByteString value)Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for selfLink to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setUnreachables(int index, String value)
public VmExtensionPolicyList.Builder setUnreachables(int index, String value)Output only. [Output Only] Unreachable resources.
repeated string unreachables = 243372063;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachables to set. |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
This builder for chaining. |
setWarning(Warning value)
public VmExtensionPolicyList.Builder setWarning(Warning value)Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter | |
|---|---|
| Name | Description |
value |
Warning |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|
setWarning(Warning.Builder builderForValue)
public VmExtensionPolicyList.Builder setWarning(Warning.Builder builderForValue)Output only. [Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Warning.Builder |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyList.Builder |
|