Package com.google.cloud.compute.v1
Interface SetLabelsInterconnectRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetLabelsInterconnectRequest
,SetLabelsInterconnectRequest.Builder
public interface SetLabelsInterconnectRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalSetLabelsRequest
getGlobalSetLabelsRequestResource()
The body resource for this requestGlobalSetLabelsRequestOrBuilder
getGlobalSetLabelsRequestResourceOrBuilder()
The body resource for this requestString
getProject()
Project ID for this request.com.google.protobuf.ByteString
getProjectBytes()
Project ID for this request.String
getResource()
Name or id of the resource for this request.com.google.protobuf.ByteString
getResourceBytes()
Name or id of the resource for this request.boolean
hasGlobalSetLabelsRequestResource()
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
-
hasGlobalSetLabelsRequestResource
boolean hasGlobalSetLabelsRequestResource()
The body resource for this request
.google.cloud.compute.v1.GlobalSetLabelsRequest global_set_labels_request_resource = 319917189 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the globalSetLabelsRequestResource field is set.
-
getGlobalSetLabelsRequestResource
GlobalSetLabelsRequest getGlobalSetLabelsRequestResource()
The body resource for this request
.google.cloud.compute.v1.GlobalSetLabelsRequest global_set_labels_request_resource = 319917189 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The globalSetLabelsRequestResource.
-
getGlobalSetLabelsRequestResourceOrBuilder
GlobalSetLabelsRequestOrBuilder getGlobalSetLabelsRequestResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.GlobalSetLabelsRequest global_set_labels_request_resource = 319917189 [(.google.api.field_behavior) = REQUIRED];
-
getProject
String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
- 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.
-
-