Interface CreateCollectorRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCollectorRequest,CreateCollectorRequest.Builder
public interface CreateCollectorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectorgetCollector()Required.StringgetCollectorId()Required.com.google.protobuf.ByteStringgetCollectorIdBytes()Required.CollectorOrBuildergetCollectorOrBuilder()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.StringgetRequestId()Optional.com.google.protobuf.ByteStringgetRequestIdBytes()Optional.booleanhasCollector()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Name of the parent (project+location).
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Name of the parent (project+location).
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getCollectorId
String getCollectorId()
Required. Id of the requesting object.
string collector_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The collectorId.
-
getCollectorIdBytes
com.google.protobuf.ByteString getCollectorIdBytes()
Required. Id of the requesting object.
string collector_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for collectorId.
-
hasCollector
boolean hasCollector()
Required. The resource being created.
.google.cloud.rapidmigrationassessment.v1.Collector collector = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the collector field is set.
-
getCollector
Collector getCollector()
Required. The resource being created.
.google.cloud.rapidmigrationassessment.v1.Collector collector = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The collector.
-
getCollectorOrBuilder
CollectorOrBuilder getCollectorOrBuilder()
Required. The resource being created.
.google.cloud.rapidmigrationassessment.v1.Collector collector = 3 [(.google.api.field_behavior) = REQUIRED];
-
getRequestId
String getRequestId()
Optional. An optional request ID to identify requests.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
Optional. An optional request ID to identify requests.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for requestId.
-
-