public static final class ExportAssetsResponse.Builder extends GeneratedMessageV3.Builder<ExportAssetsResponse.Builder> implements ExportAssetsResponseOrBuilder
The export asset response. This message is returned by the
google.longrunning.Operations.GetOperation
method in the returned
google.longrunning.Operation.response
field.
Protobuf type google.cloud.asset.v1p7beta1.ExportAssetsResponse
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportAssetsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ExportAssetsResponse build()
Returns
buildPartial()
public ExportAssetsResponse buildPartial()
Returns
clear()
public ExportAssetsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ExportAssetsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportAssetsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearOutputConfig()
public ExportAssetsResponse.Builder clearOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Returns
clearOutputResult()
public ExportAssetsResponse.Builder clearOutputResult()
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.v1p7beta1.OutputResult output_result = 3;
Returns
clearReadTime()
public ExportAssetsResponse.Builder clearReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns
clone()
public ExportAssetsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ExportAssetsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getOutputConfig()
public OutputConfig getOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Returns
getOutputConfigBuilder()
public OutputConfig.Builder getOutputConfigBuilder()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Returns
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Returns
getOutputResult()
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.v1p7beta1.OutputResult output_result = 3;
Returns
getOutputResultBuilder()
public OutputResult.Builder getOutputResultBuilder()
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.v1p7beta1.OutputResult output_result = 3;
Returns
getOutputResultOrBuilder()
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.v1p7beta1.OutputResult output_result = 3;
Returns
getReadTime()
public Timestamp getReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns
getReadTimeBuilder()
public Timestamp.Builder getReadTimeBuilder()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns
getReadTimeOrBuilder()
public TimestampOrBuilder getReadTimeOrBuilder()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns
hasOutputConfig()
public boolean hasOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Returns
Type |
Description |
boolean |
Whether the outputConfig field is set.
|
hasOutputResult()
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.v1p7beta1.OutputResult output_result = 3;
Returns
Type |
Description |
boolean |
Whether the outputResult field is set.
|
hasReadTime()
public boolean hasReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns
Type |
Description |
boolean |
Whether the readTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ExportAssetsResponse other)
public ExportAssetsResponse.Builder mergeFrom(ExportAssetsResponse other)
Parameter
Returns
public ExportAssetsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ExportAssetsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeOutputConfig(OutputConfig value)
public ExportAssetsResponse.Builder mergeOutputConfig(OutputConfig value)
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Parameter
Returns
mergeOutputResult(OutputResult value)
public ExportAssetsResponse.Builder mergeOutputResult(OutputResult value)
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.v1p7beta1.OutputResult output_result = 3;
Parameter
Returns
mergeReadTime(Timestamp value)
public ExportAssetsResponse.Builder mergeReadTime(Timestamp value)
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportAssetsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ExportAssetsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setOutputConfig(OutputConfig value)
public ExportAssetsResponse.Builder setOutputConfig(OutputConfig value)
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Parameter
Returns
setOutputConfig(OutputConfig.Builder builderForValue)
public ExportAssetsResponse.Builder setOutputConfig(OutputConfig.Builder builderForValue)
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
Parameter
Returns
setOutputResult(OutputResult value)
public ExportAssetsResponse.Builder setOutputResult(OutputResult value)
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.v1p7beta1.OutputResult output_result = 3;
Parameter
Returns
setOutputResult(OutputResult.Builder builderForValue)
public ExportAssetsResponse.Builder setOutputResult(OutputResult.Builder builderForValue)
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.v1p7beta1.OutputResult output_result = 3;
Parameter
Returns
setReadTime(Timestamp value)
public ExportAssetsResponse.Builder setReadTime(Timestamp value)
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Parameter
Returns
setReadTime(Timestamp.Builder builderForValue)
public ExportAssetsResponse.Builder setReadTime(Timestamp.Builder builderForValue)
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Parameter
Name |
Description |
builderForValue |
Builder
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportAssetsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportAssetsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides