Package com.google.cloud.compute.v1
Interface SetIamPolicyInstanceTemplateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetIamPolicyInstanceTemplateRequest,SetIamPolicyInstanceTemplateRequest.Builder
public interface SetIamPolicyInstanceTemplateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalSetPolicyRequestgetGlobalSetPolicyRequestResource()The body resource for this requestGlobalSetPolicyRequestOrBuildergetGlobalSetPolicyRequestResourceOrBuilder()The body resource for this requestStringgetProject()Project ID for this request.com.google.protobuf.ByteStringgetProjectBytes()Project ID for this request.StringgetResource()Name or id of the resource for this request.com.google.protobuf.ByteStringgetResourceBytes()Name or id of the resource for this request.booleanhasGlobalSetPolicyRequestResource()The body resource for this request-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGlobalSetPolicyRequestResource
boolean hasGlobalSetPolicyRequestResource()
The body resource for this request
.google.cloud.compute.v1.GlobalSetPolicyRequest global_set_policy_request_resource = 337048498 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the globalSetPolicyRequestResource field is set.
-
getGlobalSetPolicyRequestResource
GlobalSetPolicyRequest getGlobalSetPolicyRequestResource()
The body resource for this request
.google.cloud.compute.v1.GlobalSetPolicyRequest global_set_policy_request_resource = 337048498 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The globalSetPolicyRequestResource.
-
getGlobalSetPolicyRequestResourceOrBuilder
GlobalSetPolicyRequestOrBuilder getGlobalSetPolicyRequestResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.GlobalSetPolicyRequest global_set_policy_request_resource = 337048498 [(.google.api.field_behavior) = REQUIRED];
-
getProject
String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for project.
-
getResource
String getResource()
Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The resource.
-
getResourceBytes
com.google.protobuf.ByteString getResourceBytes()
Name or id of the resource for this request.
string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for resource.
-
-