public final class ExportAssetsResponse extends GeneratedMessageV3 implements ExportAssetsResponseOrBuilder
The export asset response. This message is returned by the [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned [google.longrunning.Operation.response][google.longrunning.Operation.response] field.Protobuf type
google.cloud.asset.v1.ExportAssetsResponse
Modifier and Type | Class and Description |
---|---|
static class |
ExportAssetsResponse.Builder
The export asset response.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
OUTPUT_CONFIG_FIELD_NUMBER |
static int |
OUTPUT_RESULT_FIELD_NUMBER |
static int |
READ_TIME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int READ_TIME_FIELD_NUMBER
public static final int OUTPUT_CONFIG_FIELD_NUMBER
public static final int OUTPUT_RESULT_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
hasReadTime
in interface ExportAssetsResponseOrBuilder
public Timestamp getReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
getReadTime
in interface ExportAssetsResponseOrBuilder
public TimestampOrBuilder getReadTimeOrBuilder()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
getReadTimeOrBuilder
in interface ExportAssetsResponseOrBuilder
public boolean hasOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
hasOutputConfig
in interface ExportAssetsResponseOrBuilder
public OutputConfig getOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
getOutputConfig
in interface ExportAssetsResponseOrBuilder
public OutputConfigOrBuilder getOutputConfigOrBuilder()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1.OutputConfig output_config = 2;
getOutputConfigOrBuilder
in interface ExportAssetsResponseOrBuilder
public boolean hasOutputResult()
Output result indicating where the assets were exported to. For example, a set of actual Google Cloud Storage object uris where the assets are exported to. The uris can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Google Cloud Storage object limit.
.google.cloud.asset.v1.OutputResult output_result = 3;
hasOutputResult
in interface ExportAssetsResponseOrBuilder
public OutputResult getOutputResult()
Output result indicating where the assets were exported to. For example, a set of actual Google Cloud Storage object uris where the assets are exported to. The uris can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Google Cloud Storage object limit.
.google.cloud.asset.v1.OutputResult output_result = 3;
getOutputResult
in interface ExportAssetsResponseOrBuilder
public OutputResultOrBuilder getOutputResultOrBuilder()
Output result indicating where the assets were exported to. For example, a set of actual Google Cloud Storage object uris where the assets are exported to. The uris can be different from what [output_config] has specified, as the service will split the output object into multiple ones once it exceeds a single Google Cloud Storage object limit.
.google.cloud.asset.v1.OutputResult output_result = 3;
getOutputResultOrBuilder
in interface ExportAssetsResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static ExportAssetsResponse parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExportAssetsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExportAssetsResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExportAssetsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExportAssetsResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExportAssetsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExportAssetsResponse parseFrom(InputStream input) throws IOException
IOException
public static ExportAssetsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ExportAssetsResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ExportAssetsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ExportAssetsResponse parseFrom(CodedInputStream input) throws IOException
IOException
public static ExportAssetsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ExportAssetsResponse.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static ExportAssetsResponse.Builder newBuilder()
public static ExportAssetsResponse.Builder newBuilder(ExportAssetsResponse prototype)
public ExportAssetsResponse.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected ExportAssetsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static ExportAssetsResponse getDefaultInstance()
public static Parser<ExportAssetsResponse> parser()
public Parser<ExportAssetsResponse> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public ExportAssetsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.