public interface TestIamPermissionsLicenseRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for project. |
getResource()
public abstract String getResource()Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the testPermissionsRequestResource field is set. |