Class ExportAssetsResponse.Builder

  • All Implemented Interfaces:
    ExportAssetsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ExportAssetsResponse

    public static final class ExportAssetsResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
    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.v1p7beta1.ExportAssetsResponse
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • clear

        public ExportAssetsResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • getDefaultInstanceForType

        public ExportAssetsResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ExportAssetsResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ExportAssetsResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ExportAssetsResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • setField

        public ExportAssetsResponse.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • clearField

        public ExportAssetsResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • clearOneof

        public ExportAssetsResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • setRepeatedField

        public ExportAssetsResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             int index,
                                                             Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • addRepeatedField

        public ExportAssetsResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • mergeFrom

        public ExportAssetsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportAssetsResponse.Builder>
        Throws:
        IOException
      • hasReadTime

        public boolean hasReadTime()
         Time the snapshot was taken.
         
        .google.protobuf.Timestamp read_time = 1;
        Specified by:
        hasReadTime in interface ExportAssetsResponseOrBuilder
        Returns:
        Whether the readTime field is set.
      • getReadTime

        public com.google.protobuf.Timestamp getReadTime()
         Time the snapshot was taken.
         
        .google.protobuf.Timestamp read_time = 1;
        Specified by:
        getReadTime in interface ExportAssetsResponseOrBuilder
        Returns:
        The readTime.
      • setReadTime

        public ExportAssetsResponse.Builder setReadTime​(com.google.protobuf.Timestamp value)
         Time the snapshot was taken.
         
        .google.protobuf.Timestamp read_time = 1;
      • setReadTime

        public ExportAssetsResponse.Builder setReadTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time the snapshot was taken.
         
        .google.protobuf.Timestamp read_time = 1;
      • mergeReadTime

        public ExportAssetsResponse.Builder mergeReadTime​(com.google.protobuf.Timestamp value)
         Time the snapshot was taken.
         
        .google.protobuf.Timestamp read_time = 1;
      • clearReadTime

        public ExportAssetsResponse.Builder clearReadTime()
         Time the snapshot was taken.
         
        .google.protobuf.Timestamp read_time = 1;
      • getReadTimeBuilder

        public com.google.protobuf.Timestamp.Builder getReadTimeBuilder()
         Time the snapshot was taken.
         
        .google.protobuf.Timestamp read_time = 1;
      • hasOutputConfig

        public boolean hasOutputConfig()
         Output configuration indicating where the results were output to.
         
        .google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
        Specified by:
        hasOutputConfig in interface ExportAssetsResponseOrBuilder
        Returns:
        Whether the outputConfig field is set.
      • getOutputConfig

        public OutputConfig getOutputConfig()
         Output configuration indicating where the results were output to.
         
        .google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
        Specified by:
        getOutputConfig in interface ExportAssetsResponseOrBuilder
        Returns:
        The outputConfig.
      • setOutputConfig

        public ExportAssetsResponse.Builder setOutputConfig​(OutputConfig value)
         Output configuration indicating where the results were output to.
         
        .google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
      • setOutputConfig

        public ExportAssetsResponse.Builder setOutputConfig​(OutputConfig.Builder builderForValue)
         Output configuration indicating where the results were output to.
         
        .google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
      • mergeOutputConfig

        public ExportAssetsResponse.Builder mergeOutputConfig​(OutputConfig value)
         Output configuration indicating where the results were output to.
         
        .google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
      • clearOutputConfig

        public ExportAssetsResponse.Builder clearOutputConfig()
         Output configuration indicating where the results were output to.
         
        .google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
      • getOutputConfigBuilder

        public OutputConfig.Builder getOutputConfigBuilder()
         Output configuration indicating where the results were output to.
         
        .google.cloud.asset.v1p7beta1.OutputConfig output_config = 2;
      • hasOutputResult

        public boolean hasOutputResult()
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
        Specified by:
        hasOutputResult in interface ExportAssetsResponseOrBuilder
        Returns:
        Whether the outputResult field is set.
      • getOutputResult

        public OutputResult getOutputResult()
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
        Specified by:
        getOutputResult in interface ExportAssetsResponseOrBuilder
        Returns:
        The outputResult.
      • setOutputResult

        public ExportAssetsResponse.Builder setOutputResult​(OutputResult value)
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
      • setOutputResult

        public ExportAssetsResponse.Builder setOutputResult​(OutputResult.Builder builderForValue)
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
      • mergeOutputResult

        public ExportAssetsResponse.Builder mergeOutputResult​(OutputResult value)
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
      • clearOutputResult

        public ExportAssetsResponse.Builder clearOutputResult()
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
      • getOutputResultBuilder

        public OutputResult.Builder getOutputResultBuilder()
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
      • getOutputResultOrBuilder

        public OutputResultOrBuilder getOutputResultOrBuilder()
         Output result indicating where the assets were exported to. For example, a
         set of actual 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 Cloud Storage object limit.
         
        .google.cloud.asset.v1p7beta1.OutputResult output_result = 3;
        Specified by:
        getOutputResultOrBuilder in interface ExportAssetsResponseOrBuilder
      • setUnknownFields

        public final ExportAssetsResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>
      • mergeUnknownFields

        public final ExportAssetsResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAssetsResponse.Builder>