Interface TestIamPermissionsServiceAttachmentRequestOrBuilder (1.51.0)

public interface TestIamPermissionsServiceAttachmentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.

getRegion()

public abstract String getRegion()

The name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

The name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for region.

getResource()

public abstract String getResource()

Name or id of the resource for this request.

string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

Name or id of the resource for this request.

string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for resource.

getTestPermissionsRequestResource()

public abstract TestPermissionsRequest getTestPermissionsRequestResource()

The body resource for this request

.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TestPermissionsRequest

The testPermissionsRequestResource.

getTestPermissionsRequestResourceOrBuilder()

public abstract TestPermissionsRequestOrBuilder getTestPermissionsRequestResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TestPermissionsRequestOrBuilder

hasTestPermissionsRequestResource()

public abstract boolean hasTestPermissionsRequestResource()

The body resource for this request

.google.cloud.compute.v1.TestPermissionsRequest test_permissions_request_resource = 439214758 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the testPermissionsRequestResource field is set.