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

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

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

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

        public CreateEntitlementRequest.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<CreateEntitlementRequest.Builder>
      • addRepeatedField

        public CreateEntitlementRequest.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<CreateEntitlementRequest.Builder>
      • isInitialized

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

        public CreateEntitlementRequest.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<CreateEntitlementRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The resource name of the reseller's customer account in which to
         create the entitlement. Parent uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateEntitlementRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the reseller's customer account in which to
         create the entitlement. Parent uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateEntitlementRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateEntitlementRequest.Builder setParent​(String value)
         Required. The resource name of the reseller's customer account in which to
         create the entitlement. Parent uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public CreateEntitlementRequest.Builder clearParent()
         Required. The resource name of the reseller's customer account in which to
         create the entitlement. Parent uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateEntitlementRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the reseller's customer account in which to
         create the entitlement. Parent uses the format:
         accounts/{account_id}/customers/{customer_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasEntitlement

        public boolean hasEntitlement()
         Required. The entitlement to create.
         
        .google.cloud.channel.v1.Entitlement entitlement = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasEntitlement in interface CreateEntitlementRequestOrBuilder
        Returns:
        Whether the entitlement field is set.
      • getEntitlement

        public Entitlement getEntitlement()
         Required. The entitlement to create.
         
        .google.cloud.channel.v1.Entitlement entitlement = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getEntitlement in interface CreateEntitlementRequestOrBuilder
        Returns:
        The entitlement.
      • setEntitlement

        public CreateEntitlementRequest.Builder setEntitlement​(Entitlement value)
         Required. The entitlement to create.
         
        .google.cloud.channel.v1.Entitlement entitlement = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeEntitlement

        public CreateEntitlementRequest.Builder mergeEntitlement​(Entitlement value)
         Required. The entitlement to create.
         
        .google.cloud.channel.v1.Entitlement entitlement = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearEntitlement

        public CreateEntitlementRequest.Builder clearEntitlement()
         Required. The entitlement to create.
         
        .google.cloud.channel.v1.Entitlement entitlement = 2 [(.google.api.field_behavior) = REQUIRED];
      • getEntitlementBuilder

        public Entitlement.Builder getEntitlementBuilder()
         Required. The entitlement to create.
         
        .google.cloud.channel.v1.Entitlement entitlement = 2 [(.google.api.field_behavior) = REQUIRED];
      • getRequestId

        public String getRequestId()
         Optional. You can specify an optional unique request ID, and if you need to
         retry your request, the server will know to ignore the request if it's
         complete.
        
         For example, you make an initial request and the request times out. If you
         make the request again with the same request ID, the server can check if
         it received the original operation with the same request ID. If it did, it
         will ignore the second request.
        
         The request ID must be a valid [UUID](https://tools.ietf.org/html/rfc4122)
         with the exception that zero UUID is not supported
         (`00000000-0000-0000-0000-000000000000`).
         
        string request_id = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestId in interface CreateEntitlementRequestOrBuilder
        Returns:
        The requestId.
      • getRequestIdBytes

        public com.google.protobuf.ByteString getRequestIdBytes()
         Optional. You can specify an optional unique request ID, and if you need to
         retry your request, the server will know to ignore the request if it's
         complete.
        
         For example, you make an initial request and the request times out. If you
         make the request again with the same request ID, the server can check if
         it received the original operation with the same request ID. If it did, it
         will ignore the second request.
        
         The request ID must be a valid [UUID](https://tools.ietf.org/html/rfc4122)
         with the exception that zero UUID is not supported
         (`00000000-0000-0000-0000-000000000000`).
         
        string request_id = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestIdBytes in interface CreateEntitlementRequestOrBuilder
        Returns:
        The bytes for requestId.
      • setRequestId

        public CreateEntitlementRequest.Builder setRequestId​(String value)
         Optional. You can specify an optional unique request ID, and if you need to
         retry your request, the server will know to ignore the request if it's
         complete.
        
         For example, you make an initial request and the request times out. If you
         make the request again with the same request ID, the server can check if
         it received the original operation with the same request ID. If it did, it
         will ignore the second request.
        
         The request ID must be a valid [UUID](https://tools.ietf.org/html/rfc4122)
         with the exception that zero UUID is not supported
         (`00000000-0000-0000-0000-000000000000`).
         
        string request_id = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The requestId to set.
        Returns:
        This builder for chaining.
      • clearRequestId

        public CreateEntitlementRequest.Builder clearRequestId()
         Optional. You can specify an optional unique request ID, and if you need to
         retry your request, the server will know to ignore the request if it's
         complete.
        
         For example, you make an initial request and the request times out. If you
         make the request again with the same request ID, the server can check if
         it received the original operation with the same request ID. If it did, it
         will ignore the second request.
        
         The request ID must be a valid [UUID](https://tools.ietf.org/html/rfc4122)
         with the exception that zero UUID is not supported
         (`00000000-0000-0000-0000-000000000000`).
         
        string request_id = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setRequestIdBytes

        public CreateEntitlementRequest.Builder setRequestIdBytes​(com.google.protobuf.ByteString value)
         Optional. You can specify an optional unique request ID, and if you need to
         retry your request, the server will know to ignore the request if it's
         complete.
        
         For example, you make an initial request and the request times out. If you
         make the request again with the same request ID, the server can check if
         it received the original operation with the same request ID. If it did, it
         will ignore the second request.
        
         The request ID must be a valid [UUID](https://tools.ietf.org/html/rfc4122)
         with the exception that zero UUID is not supported
         (`00000000-0000-0000-0000-000000000000`).
         
        string request_id = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for requestId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final CreateEntitlementRequest.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<CreateEntitlementRequest.Builder>
      • mergeUnknownFields

        public final CreateEntitlementRequest.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<CreateEntitlementRequest.Builder>