Interface BatchUpdateAssetsRequestOrBuilder (0.22.0)

public interface BatchUpdateAssetsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. Parent value for batch asset update.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent value for batch asset update.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getRequests(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateAssetRequest

getRequestsCount()

public abstract 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];

Returns
TypeDescription
int

getRequestsList()

public abstract 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];

Returns
TypeDescription
List<UpdateAssetRequest>

getRequestsOrBuilder(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateAssetRequestOrBuilder

getRequestsOrBuilderList()

public abstract 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];

Returns
TypeDescription
List<? extends com.google.cloud.migrationcenter.v1.UpdateAssetRequestOrBuilder>