public static final class TestIamPermissionsGlobalAddressRequest.Builder extends GeneratedMessageV3.Builder<TestIamPermissionsGlobalAddressRequest.Builder> implements TestIamPermissionsGlobalAddressRequestOrBuilder
A request message for GlobalAddresses.TestIamPermissions. See the method description for details.
Protobuf type google.cloud.compute.v1.TestIamPermissionsGlobalAddressRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TestIamPermissionsGlobalAddressRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TestIamPermissionsGlobalAddressRequest build()
buildPartial()
public TestIamPermissionsGlobalAddressRequest buildPartial()
clear()
public TestIamPermissionsGlobalAddressRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public TestIamPermissionsGlobalAddressRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TestIamPermissionsGlobalAddressRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProject()
public TestIamPermissionsGlobalAddressRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
clearResource()
public TestIamPermissionsGlobalAddressRequest.Builder clearResource()
Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
clearTestPermissionsRequestResource()
public TestIamPermissionsGlobalAddressRequest.Builder clearTestPermissionsRequestResource()
The body resource for this request
.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];
clone()
public TestIamPermissionsGlobalAddressRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public TestIamPermissionsGlobalAddressRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
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];
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];
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];
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TestIamPermissionsGlobalAddressRequest other)
public TestIamPermissionsGlobalAddressRequest.Builder mergeFrom(TestIamPermissionsGlobalAddressRequest other)
public TestIamPermissionsGlobalAddressRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TestIamPermissionsGlobalAddressRequest.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeTestPermissionsRequestResource(TestPermissionsRequest value)
public TestIamPermissionsGlobalAddressRequest.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];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TestIamPermissionsGlobalAddressRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides