Interface BatchUpdateAssetsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchUpdateAssetsRequest
,BatchUpdateAssetsRequest.Builder
public interface BatchUpdateAssetsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.UpdateAssetRequest
getRequests(int index)
Required.int
getRequestsCount()
Required.List<UpdateAssetRequest>
getRequestsList()
Required.UpdateAssetRequestOrBuilder
getRequestsOrBuilder(int index)
Required.List<? extends UpdateAssetRequestOrBuilder>
getRequestsOrBuilderList()
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. Parent value for batch asset update.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Parent value for batch asset update.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getRequestsList
List<UpdateAssetRequest> getRequestsList()
Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
repeated .google.cloud.migrationcenter.v1.UpdateAssetRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getRequests
UpdateAssetRequest getRequests(int index)
Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
repeated .google.cloud.migrationcenter.v1.UpdateAssetRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsCount
int getRequestsCount()
Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
repeated .google.cloud.migrationcenter.v1.UpdateAssetRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsOrBuilderList
List<? extends UpdateAssetRequestOrBuilder> getRequestsOrBuilderList()
Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
repeated .google.cloud.migrationcenter.v1.UpdateAssetRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsOrBuilder
UpdateAssetRequestOrBuilder getRequestsOrBuilder(int index)
Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
repeated .google.cloud.migrationcenter.v1.UpdateAssetRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
-