public interface CreateCollectorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Collector |
getCollector()
Required.
|
String |
getCollectorId()
Required.
|
com.google.protobuf.ByteString |
getCollectorIdBytes()
Required.
|
CollectorOrBuilder |
getCollectorOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getRequestId()
Optional.
|
com.google.protobuf.ByteString |
getRequestIdBytes()
Optional.
|
boolean |
hasCollector()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of the parent (project+location).
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Name of the parent (project+location).
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getCollectorId()
Required. Id of the requesting object.
string collector_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getCollectorIdBytes()
Required. Id of the requesting object.
string collector_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasCollector()
Required. The resource being created.
.google.cloud.rapidmigrationassessment.v1.Collector collector = 3 [(.google.api.field_behavior) = REQUIRED];
Collector getCollector()
Required. The resource being created.
.google.cloud.rapidmigrationassessment.v1.Collector collector = 3 [(.google.api.field_behavior) = REQUIRED];
CollectorOrBuilder getCollectorOrBuilder()
Required. The resource being created.
.google.cloud.rapidmigrationassessment.v1.Collector collector = 3 [(.google.api.field_behavior) = REQUIRED];
String getRequestId()
Optional. An optional request ID to identify requests.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRequestIdBytes()
Optional. An optional request ID to identify requests.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2023 Google LLC. All rights reserved.