public interface BatchUpdateAssetsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent value for batch asset update.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Parent value for batch asset update.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.