public final class BatchGetAssetsHistoryResponse extends GeneratedMessage implements BatchGetAssetsHistoryResponseOrBuilderBatch get assets history response.
Protobuf type google.cloud.asset.v1.BatchGetAssetsHistoryResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchGetAssetsHistoryResponseImplements
BatchGetAssetsHistoryResponseOrBuilderStatic Fields
ASSETS_FIELD_NUMBER
public static final int ASSETS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchGetAssetsHistoryResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchGetAssetsHistoryResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse.Builder |
|
newBuilder(BatchGetAssetsHistoryResponse prototype)
public static BatchGetAssetsHistoryResponse.Builder newBuilder(BatchGetAssetsHistoryResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchGetAssetsHistoryResponse |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchGetAssetsHistoryResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchGetAssetsHistoryResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchGetAssetsHistoryResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchGetAssetsHistoryResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchGetAssetsHistoryResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchGetAssetsHistoryResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchGetAssetsHistoryResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchGetAssetsHistoryResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchGetAssetsHistoryResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 | |
|---|---|
| Type | Description |
TemporalAsset |
|
getAssetsCount()
public int getAssetsCount()A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAssetsList()
public List<TemporalAsset> getAssetsList()A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
| Returns | |
|---|---|
| Type | Description |
List<TemporalAsset> |
|
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 | |
|---|---|
| Type | Description |
TemporalAssetOrBuilder |
|
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 | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse |
|
getParserForType()
public Parser<BatchGetAssetsHistoryResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchGetAssetsHistoryResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchGetAssetsHistoryResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchGetAssetsHistoryResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse.Builder |
|
toBuilder()
public BatchGetAssetsHistoryResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchGetAssetsHistoryResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|