public final class BatchGetAssetsHistoryResponse extends GeneratedMessageV3 implements BatchGetAssetsHistoryResponseOrBuilder
Batch get assets history response.
Protobuf type google.cloud.asset.v1.BatchGetAssetsHistoryResponse
Static Fields
ASSETS_FIELD_NUMBER
public static final int ASSETS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BatchGetAssetsHistoryResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BatchGetAssetsHistoryResponse.Builder newBuilder()
Returns
newBuilder(BatchGetAssetsHistoryResponse prototype)
public static BatchGetAssetsHistoryResponse.Builder newBuilder(BatchGetAssetsHistoryResponse prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static BatchGetAssetsHistoryResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BatchGetAssetsHistoryResponse parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BatchGetAssetsHistoryResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static BatchGetAssetsHistoryResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static BatchGetAssetsHistoryResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BatchGetAssetsHistoryResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BatchGetAssetsHistoryResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAssets(int index)
public TemporalAsset getAssets(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
Parameter
Name |
Description |
index |
int
|
Returns
getAssetsCount()
public int getAssetsCount()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
Returns
getAssetsList()
public List<TemporalAsset> getAssetsList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
Returns
getAssetsOrBuilder(int index)
public TemporalAssetOrBuilder getAssetsOrBuilder(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
Parameter
Name |
Description |
index |
int
|
Returns
getAssetsOrBuilderList()
public List<? extends TemporalAssetOrBuilder> getAssetsOrBuilderList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
Returns
Type |
Description |
List<? extends com.google.cloud.asset.v1.TemporalAssetOrBuilder> |
|
getDefaultInstanceForType()
public BatchGetAssetsHistoryResponse getDefaultInstanceForType()
Returns
getParserForType()
public Parser<BatchGetAssetsHistoryResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BatchGetAssetsHistoryResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchGetAssetsHistoryResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BatchGetAssetsHistoryResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions