public static final class GetGlobalVmExtensionPolicyRequest.Builder extends GeneratedMessage.Builder<GetGlobalVmExtensionPolicyRequest.Builder> implements GetGlobalVmExtensionPolicyRequestOrBuilderA request message for GlobalVmExtensionPolicies.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetGlobalVmExtensionPolicyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetGlobalVmExtensionPolicyRequest.BuilderImplements
GetGlobalVmExtensionPolicyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetGlobalVmExtensionPolicyRequest build()| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest |
|
buildPartial()
public GetGlobalVmExtensionPolicyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest |
|
clear()
public GetGlobalVmExtensionPolicyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
|
clearGlobalVmExtensionPolicy()
public GetGlobalVmExtensionPolicyRequest.Builder clearGlobalVmExtensionPolicy()Name of the GlobalVmExtensionPolicy resource to return.
string global_vm_extension_policy = 8334110 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
This builder for chaining. |
clearProject()
public GetGlobalVmExtensionPolicyRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetGlobalVmExtensionPolicyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGlobalVmExtensionPolicy()
public String getGlobalVmExtensionPolicy()Name of the GlobalVmExtensionPolicy resource to return.
string global_vm_extension_policy = 8334110 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The globalVmExtensionPolicy. |
getGlobalVmExtensionPolicyBytes()
public ByteString getGlobalVmExtensionPolicyBytes()Name of the GlobalVmExtensionPolicy resource to return.
string global_vm_extension_policy = 8334110 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for globalVmExtensionPolicy. |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetGlobalVmExtensionPolicyRequest other)
public GetGlobalVmExtensionPolicyRequest.Builder mergeFrom(GetGlobalVmExtensionPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGlobalVmExtensionPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetGlobalVmExtensionPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetGlobalVmExtensionPolicyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
|
setGlobalVmExtensionPolicy(String value)
public GetGlobalVmExtensionPolicyRequest.Builder setGlobalVmExtensionPolicy(String value)Name of the GlobalVmExtensionPolicy resource to return.
string global_vm_extension_policy = 8334110 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe globalVmExtensionPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
This builder for chaining. |
setGlobalVmExtensionPolicyBytes(ByteString value)
public GetGlobalVmExtensionPolicyRequest.Builder setGlobalVmExtensionPolicyBytes(ByteString value)Name of the GlobalVmExtensionPolicy resource to return.
string global_vm_extension_policy = 8334110 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for globalVmExtensionPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetGlobalVmExtensionPolicyRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetGlobalVmExtensionPolicyRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalVmExtensionPolicyRequest.Builder |
This builder for chaining. |