Interface SetIamPolicyReservationBlockRequestOrBuilder (1.91.0)

public interface SetIamPolicyReservationBlockRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParentResource()

public abstract String getParentResource()

Name or id of parent resource of the resource for this request.

string parent_resource = 18091011 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parentResource.

getParentResourceBytes()

public abstract ByteString getParentResourceBytes()

Name or id of parent resource of the resource for this request.

string parent_resource = 18091011 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parentResource.

getProject()

public abstract String getProject()

Project ID for this request.

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

Returns
Type Description
String

The project.

getProjectBytes()

public abstract 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 abstract 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 abstract 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.

getZone()

public abstract String getZone()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The zone.

getZoneBytes()

public abstract ByteString getZoneBytes()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for zone.

getZoneSetNestedPolicyRequestResource()

public abstract ZoneSetNestedPolicyRequest getZoneSetNestedPolicyRequestResource()

The body resource for this request

.google.cloud.compute.v1.ZoneSetNestedPolicyRequest zone_set_nested_policy_request_resource = 266352851 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ZoneSetNestedPolicyRequest

The zoneSetNestedPolicyRequestResource.

getZoneSetNestedPolicyRequestResourceOrBuilder()

public abstract ZoneSetNestedPolicyRequestOrBuilder getZoneSetNestedPolicyRequestResourceOrBuilder()

The body resource for this request

.google.cloud.compute.v1.ZoneSetNestedPolicyRequest zone_set_nested_policy_request_resource = 266352851 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ZoneSetNestedPolicyRequestOrBuilder

hasZoneSetNestedPolicyRequestResource()

public abstract boolean hasZoneSetNestedPolicyRequestResource()

The body resource for this request

.google.cloud.compute.v1.ZoneSetNestedPolicyRequest zone_set_nested_policy_request_resource = 266352851 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the zoneSetNestedPolicyRequestResource field is set.