Class QueuedResourceState.FailedData.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<QueuedResourceState.FailedData.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<QueuedResourceState.FailedData.Builder>
      • getDefaultInstanceForType

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

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

        public QueuedResourceState.FailedData 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<QueuedResourceState.FailedData.Builder>
      • hasError

        public boolean hasError()
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;
        Specified by:
        hasError in interface QueuedResourceState.FailedDataOrBuilder
        Returns:
        Whether the error field is set.
      • getError

        public com.google.rpc.Status getError()
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;
        Specified by:
        getError in interface QueuedResourceState.FailedDataOrBuilder
        Returns:
        The error.
      • setError

        public QueuedResourceState.FailedData.Builder setError​(com.google.rpc.Status value)
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;
      • setError

        public QueuedResourceState.FailedData.Builder setError​(com.google.rpc.Status.Builder builderForValue)
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;
      • mergeError

        public QueuedResourceState.FailedData.Builder mergeError​(com.google.rpc.Status value)
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;
      • getErrorBuilder

        public com.google.rpc.Status.Builder getErrorBuilder()
         The error that caused the queued resource to enter the FAILED state.
         
        .google.rpc.Status error = 1;