public static final class TestIamPermissionsSubnetworkRequest.Builder extends GeneratedMessageV3.Builder<TestIamPermissionsSubnetworkRequest.Builder> implements TestIamPermissionsSubnetworkRequestOrBuilder
A request message for Subnetworks.TestIamPermissions. See the method description for details.
Protobuf type google.cloud.compute.v1.TestIamPermissionsSubnetworkRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TestIamPermissionsSubnetworkRequest.BuilderImplements
TestIamPermissionsSubnetworkRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TestIamPermissionsSubnetworkRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
build()
public TestIamPermissionsSubnetworkRequest build()
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest |
buildPartial()
public TestIamPermissionsSubnetworkRequest buildPartial()
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest |
clear()
public TestIamPermissionsSubnetworkRequest.Builder clear()
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public TestIamPermissionsSubnetworkRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TestIamPermissionsSubnetworkRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
clearProject()
public TestIamPermissionsSubnetworkRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
clearRegion()
public TestIamPermissionsSubnetworkRequest.Builder clearRegion()
The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
clearResource()
public TestIamPermissionsSubnetworkRequest.Builder clearResource()
Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
clearTestPermissionsRequestResource()
public TestIamPermissionsSubnetworkRequest.Builder clearTestPermissionsRequestResource()
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
clone()
public TestIamPermissionsSubnetworkRequest.Builder clone()
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
getDefaultInstanceForType()
public TestIamPermissionsSubnetworkRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest |
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. |
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. |
getTestPermissionsRequestResource()
public TestPermissionsRequest getTestPermissionsRequestResource()
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TestPermissionsRequest |
The testPermissionsRequestResource. |
getTestPermissionsRequestResourceBuilder()
public TestPermissionsRequest.Builder getTestPermissionsRequestResourceBuilder()
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TestPermissionsRequest.Builder |
getTestPermissionsRequestResourceOrBuilder()
public TestPermissionsRequestOrBuilder getTestPermissionsRequestResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TestPermissionsRequestOrBuilder |
hasTestPermissionsRequestResource()
public boolean hasTestPermissionsRequestResource()
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the testPermissionsRequestResource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(TestIamPermissionsSubnetworkRequest other)
public TestIamPermissionsSubnetworkRequest.Builder mergeFrom(TestIamPermissionsSubnetworkRequest other)
Parameter | |
---|---|
Name | Description |
other |
TestIamPermissionsSubnetworkRequest |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TestIamPermissionsSubnetworkRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TestIamPermissionsSubnetworkRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
mergeTestPermissionsRequestResource(TestPermissionsRequest value)
public TestIamPermissionsSubnetworkRequest.Builder mergeTestPermissionsRequestResource(TestPermissionsRequest value)
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
TestPermissionsRequest |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TestIamPermissionsSubnetworkRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TestIamPermissionsSubnetworkRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
setProject(String value)
public TestIamPermissionsSubnetworkRequest.Builder setProject(String value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The project to set. |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public TestIamPermissionsSubnetworkRequest.Builder setProjectBytes(ByteString value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for project to set. |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
setRegion(String value)
public TestIamPermissionsSubnetworkRequest.Builder setRegion(String value)
The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The region to set. |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public TestIamPermissionsSubnetworkRequest.Builder setRegionBytes(ByteString value)
The name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for region to set. |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TestIamPermissionsSubnetworkRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
setResource(String value)
public TestIamPermissionsSubnetworkRequest.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 |
String The resource to set. |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public TestIamPermissionsSubnetworkRequest.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 |
ByteString The bytes for resource to set. |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
This builder for chaining. |
setTestPermissionsRequestResource(TestPermissionsRequest value)
public TestIamPermissionsSubnetworkRequest.Builder setTestPermissionsRequestResource(TestPermissionsRequest value)
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
TestPermissionsRequest |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
setTestPermissionsRequestResource(TestPermissionsRequest.Builder builderForValue)
public TestIamPermissionsSubnetworkRequest.Builder setTestPermissionsRequestResource(TestPermissionsRequest.Builder builderForValue)
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue |
TestPermissionsRequest.Builder |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TestIamPermissionsSubnetworkRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TestIamPermissionsSubnetworkRequest.Builder |