Class AddOfflineUserDataJobOperationsResponse.Builder

    • 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<AddOfflineUserDataJobOperationsResponse.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<AddOfflineUserDataJobOperationsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public AddOfflineUserDataJobOperationsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                  throws java.io.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<AddOfflineUserDataJobOperationsResponse.Builder>
        Throws:
        java.io.IOException
      • hasPartialFailureError

        public boolean hasPartialFailureError()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
        Specified by:
        hasPartialFailureError in interface AddOfflineUserDataJobOperationsResponseOrBuilder
        Returns:
        Whether the partialFailureError field is set.
      • getPartialFailureError

        public com.google.rpc.Status getPartialFailureError()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
        Specified by:
        getPartialFailureError in interface AddOfflineUserDataJobOperationsResponseOrBuilder
        Returns:
        The partialFailureError.
      • setPartialFailureError

        public AddOfflineUserDataJobOperationsResponse.Builder setPartialFailureError​(com.google.rpc.Status value)
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
      • setPartialFailureError

        public AddOfflineUserDataJobOperationsResponse.Builder setPartialFailureError​(com.google.rpc.Status.Builder builderForValue)
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
      • mergePartialFailureError

        public AddOfflineUserDataJobOperationsResponse.Builder mergePartialFailureError​(com.google.rpc.Status value)
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
      • clearPartialFailureError

        public AddOfflineUserDataJobOperationsResponse.Builder clearPartialFailureError()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
      • getPartialFailureErrorBuilder

        public com.google.rpc.Status.Builder getPartialFailureErrorBuilder()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
      • getPartialFailureErrorOrBuilder

        public com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()
         Errors that pertain to operation failures in the partial failure mode.
         Returned only when partial_failure = true and all errors occur inside the
         operations. If any errors occur outside the operations (e.g. auth errors),
         we return an RPC level error.
         
        .google.rpc.Status partial_failure_error = 1;
        Specified by:
        getPartialFailureErrorOrBuilder in interface AddOfflineUserDataJobOperationsResponseOrBuilder
      • hasWarning

        public boolean hasWarning()
         Non blocking errors that pertain to operation failures in the warnings
         mode. Returned only when enable_warnings = true.
         
        .google.rpc.Status warning = 2;
        Specified by:
        hasWarning in interface AddOfflineUserDataJobOperationsResponseOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public com.google.rpc.Status getWarning()
         Non blocking errors that pertain to operation failures in the warnings
         mode. Returned only when enable_warnings = true.
         
        .google.rpc.Status warning = 2;
        Specified by:
        getWarning in interface AddOfflineUserDataJobOperationsResponseOrBuilder
        Returns:
        The warning.
      • setWarning

        public AddOfflineUserDataJobOperationsResponse.Builder setWarning​(com.google.rpc.Status value)
         Non blocking errors that pertain to operation failures in the warnings
         mode. Returned only when enable_warnings = true.
         
        .google.rpc.Status warning = 2;
      • setWarning

        public AddOfflineUserDataJobOperationsResponse.Builder setWarning​(com.google.rpc.Status.Builder builderForValue)
         Non blocking errors that pertain to operation failures in the warnings
         mode. Returned only when enable_warnings = true.
         
        .google.rpc.Status warning = 2;
      • mergeWarning

        public AddOfflineUserDataJobOperationsResponse.Builder mergeWarning​(com.google.rpc.Status value)
         Non blocking errors that pertain to operation failures in the warnings
         mode. Returned only when enable_warnings = true.
         
        .google.rpc.Status warning = 2;
      • clearWarning

        public AddOfflineUserDataJobOperationsResponse.Builder clearWarning()
         Non blocking errors that pertain to operation failures in the warnings
         mode. Returned only when enable_warnings = true.
         
        .google.rpc.Status warning = 2;
      • getWarningBuilder

        public com.google.rpc.Status.Builder getWarningBuilder()
         Non blocking errors that pertain to operation failures in the warnings
         mode. Returned only when enable_warnings = true.
         
        .google.rpc.Status warning = 2;