Class CreateLinkRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CreateLinkRequest.Builder>
com.google.logging.v2.CreateLinkRequest.Builder
All Implemented Interfaces:
CreateLinkRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
CreateLinkRequest

public static final class CreateLinkRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateLinkRequest.Builder> implements CreateLinkRequestOrBuilder
 The parameters to CreateLink.
 
Protobuf type google.logging.v2.CreateLinkRequest
  • Method Details

    • 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<CreateLinkRequest.Builder>
    • clear

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

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

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

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

      public CreateLinkRequest.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<CreateLinkRequest.Builder>
    • setField

      public CreateLinkRequest.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<CreateLinkRequest.Builder>
    • clearField

      public CreateLinkRequest.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<CreateLinkRequest.Builder>
    • clearOneof

      public CreateLinkRequest.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<CreateLinkRequest.Builder>
    • setRepeatedField

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

      public CreateLinkRequest.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<CreateLinkRequest.Builder>
    • mergeFrom

      public CreateLinkRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateLinkRequest.Builder>
    • mergeFrom

      public CreateLinkRequest.Builder mergeFrom(CreateLinkRequest other)
    • isInitialized

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

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

      public String getParent()
       Required. The full resource name of the bucket to create a link for.
      
           "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface CreateLinkRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. The full resource name of the bucket to create a link for.
      
           "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface CreateLinkRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

      public CreateLinkRequest.Builder setParent(String value)
       Required. The full resource name of the bucket to create a link for.
      
           "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_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 CreateLinkRequest.Builder clearParent()
       Required. The full resource name of the bucket to create a link for.
      
           "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public CreateLinkRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. The full resource name of the bucket to create a link for.
      
           "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
           "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_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.
    • hasLink

      public boolean hasLink()
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasLink in interface CreateLinkRequestOrBuilder
      Returns:
      Whether the link field is set.
    • getLink

      public Link getLink()
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getLink in interface CreateLinkRequestOrBuilder
      Returns:
      The link.
    • setLink

      public CreateLinkRequest.Builder setLink(Link value)
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
    • setLink

      public CreateLinkRequest.Builder setLink(Link.Builder builderForValue)
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
    • mergeLink

      public CreateLinkRequest.Builder mergeLink(Link value)
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearLink

      public CreateLinkRequest.Builder clearLink()
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
    • getLinkBuilder

      public Link.Builder getLinkBuilder()
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
    • getLinkOrBuilder

      public LinkOrBuilder getLinkOrBuilder()
       Required. The new link.
       
      .google.logging.v2.Link link = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getLinkOrBuilder in interface CreateLinkRequestOrBuilder
    • getLinkId

      public String getLinkId()
       Required. The ID to use for the link. The link_id can have up to 100
       characters. A valid link_id must only have alphanumeric characters and
       underscores within it.
       
      string link_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getLinkId in interface CreateLinkRequestOrBuilder
      Returns:
      The linkId.
    • getLinkIdBytes

      public com.google.protobuf.ByteString getLinkIdBytes()
       Required. The ID to use for the link. The link_id can have up to 100
       characters. A valid link_id must only have alphanumeric characters and
       underscores within it.
       
      string link_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getLinkIdBytes in interface CreateLinkRequestOrBuilder
      Returns:
      The bytes for linkId.
    • setLinkId

      public CreateLinkRequest.Builder setLinkId(String value)
       Required. The ID to use for the link. The link_id can have up to 100
       characters. A valid link_id must only have alphanumeric characters and
       underscores within it.
       
      string link_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The linkId to set.
      Returns:
      This builder for chaining.
    • clearLinkId

      public CreateLinkRequest.Builder clearLinkId()
       Required. The ID to use for the link. The link_id can have up to 100
       characters. A valid link_id must only have alphanumeric characters and
       underscores within it.
       
      string link_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setLinkIdBytes

      public CreateLinkRequest.Builder setLinkIdBytes(com.google.protobuf.ByteString value)
       Required. The ID to use for the link. The link_id can have up to 100
       characters. A valid link_id must only have alphanumeric characters and
       underscores within it.
       
      string link_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for linkId to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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