public static final class SetIamPolicyNodeTemplateRequest.Builder extends GeneratedMessage.Builder<SetIamPolicyNodeTemplateRequest.Builder> implements SetIamPolicyNodeTemplateRequestOrBuilderA request message for NodeTemplates.SetIamPolicy. See the method description for details.
Protobuf type google.cloud.compute.v1.SetIamPolicyNodeTemplateRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SetIamPolicyNodeTemplateRequest.BuilderImplements
SetIamPolicyNodeTemplateRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SetIamPolicyNodeTemplateRequest build()| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest |
|
buildPartial()
public SetIamPolicyNodeTemplateRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest |
|
clear()
public SetIamPolicyNodeTemplateRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
clearProject()
public SetIamPolicyNodeTemplateRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
clearRegion()
public SetIamPolicyNodeTemplateRequest.Builder clearRegion()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
clearRegionSetPolicyRequestResource()
public SetIamPolicyNodeTemplateRequest.Builder clearRegionSetPolicyRequestResource()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
clearResource()
public SetIamPolicyNodeTemplateRequest.Builder clearResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SetIamPolicyNodeTemplateRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getRegion()
public String getRegion()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getRegionSetPolicyRequestResource()
public RegionSetPolicyRequest getRegionSetPolicyRequestResource()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RegionSetPolicyRequest |
The regionSetPolicyRequestResource. |
getRegionSetPolicyRequestResourceBuilder()
public RegionSetPolicyRequest.Builder getRegionSetPolicyRequestResourceBuilder()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RegionSetPolicyRequest.Builder |
|
getRegionSetPolicyRequestResourceOrBuilder()
public RegionSetPolicyRequestOrBuilder getRegionSetPolicyRequestResourceOrBuilder()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RegionSetPolicyRequestOrBuilder |
|
getResource()
public String getResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The resource. |
getResourceBytes()
public ByteString getResourceBytes()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resource. |
hasRegionSetPolicyRequestResource()
public boolean hasRegionSetPolicyRequestResource()The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the regionSetPolicyRequestResource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SetIamPolicyNodeTemplateRequest other)
public SetIamPolicyNodeTemplateRequest.Builder mergeFrom(SetIamPolicyNodeTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SetIamPolicyNodeTemplateRequest |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SetIamPolicyNodeTemplateRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SetIamPolicyNodeTemplateRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
mergeRegionSetPolicyRequestResource(RegionSetPolicyRequest value)
public SetIamPolicyNodeTemplateRequest.Builder mergeRegionSetPolicyRequestResource(RegionSetPolicyRequest value)The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
RegionSetPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
setProject(String value)
public SetIamPolicyNodeTemplateRequest.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 |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public SetIamPolicyNodeTemplateRequest.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 |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
setRegion(String value)
public SetIamPolicyNodeTemplateRequest.Builder setRegion(String value)The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public SetIamPolicyNodeTemplateRequest.Builder setRegionBytes(ByteString value)The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
setRegionSetPolicyRequestResource(RegionSetPolicyRequest value)
public SetIamPolicyNodeTemplateRequest.Builder setRegionSetPolicyRequestResource(RegionSetPolicyRequest value)The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
RegionSetPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
setRegionSetPolicyRequestResource(RegionSetPolicyRequest.Builder builderForValue)
public SetIamPolicyNodeTemplateRequest.Builder setRegionSetPolicyRequestResource(RegionSetPolicyRequest.Builder builderForValue)The body resource for this request
.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RegionSetPolicyRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
|
setResource(String value)
public SetIamPolicyNodeTemplateRequest.Builder setResource(String value)Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resource to set. |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public SetIamPolicyNodeTemplateRequest.Builder setResourceBytes(ByteString value)Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resource to set. |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyNodeTemplateRequest.Builder |
This builder for chaining. |