Class Project.Settings.Update.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Update.Builder>
com.buildless.projects.Project.Settings.Update.Builder
All Implemented Interfaces:
Project.Settings.UpdateOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Project.Settings.Update

public static final class Project.Settings.Update.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Update.Builder> implements Project.Settings.UpdateOrBuilder
 ### Project Settings: Update

 Describes updates to apply to the current suite of settings attached to a project. By default, project settings
 update operations are delta-based and require a specific version (for optimistic concurrency).
 
Protobuf type buildless.projects.Project.Settings.Update
  • 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<Project.Settings.Update.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<Project.Settings.Update.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<Project.Settings.Update.Builder>
    • getDefaultInstanceForType

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

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

      public Project.Settings.Update buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<Project.Settings.Update.Builder>
    • setField

      public Project.Settings.Update.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<Project.Settings.Update.Builder>
    • clearField

      public Project.Settings.Update.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<Project.Settings.Update.Builder>
    • clearOneof

      public Project.Settings.Update.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<Project.Settings.Update.Builder>
    • setRepeatedField

      public Project.Settings.Update.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<Project.Settings.Update.Builder>
    • addRepeatedField

      public Project.Settings.Update.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<Project.Settings.Update.Builder>
    • mergeFrom

      public Project.Settings.Update.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<Project.Settings.Update.Builder>
    • mergeFrom

    • isInitialized

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

      public Project.Settings.Update.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<Project.Settings.Update.Builder>
      Throws:
      IOException
    • getVisibilityValue

      public int getVisibilityValue()
       Specifies an updated visibility setting for a project. This governs the default access controls which apply to
       the data held by the project. See the `Visibility` enum for more information about each mode.
       
      .buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getVisibilityValue in interface Project.Settings.UpdateOrBuilder
      Returns:
      The enum numeric value on the wire for visibility.
    • setVisibilityValue

      public Project.Settings.Update.Builder setVisibilityValue(int value)
       Specifies an updated visibility setting for a project. This governs the default access controls which apply to
       the data held by the project. See the `Visibility` enum for more information about each mode.
       
      .buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The enum numeric value on the wire for visibility to set.
      Returns:
      This builder for chaining.
    • getVisibility

      public Visibility getVisibility()
       Specifies an updated visibility setting for a project. This governs the default access controls which apply to
       the data held by the project. See the `Visibility` enum for more information about each mode.
       
      .buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getVisibility in interface Project.Settings.UpdateOrBuilder
      Returns:
      The visibility.
    • setVisibility

      public Project.Settings.Update.Builder setVisibility(Visibility value)
       Specifies an updated visibility setting for a project. This governs the default access controls which apply to
       the data held by the project. See the `Visibility` enum for more information about each mode.
       
      .buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The visibility to set.
      Returns:
      This builder for chaining.
    • clearVisibility

      public Project.Settings.Update.Builder clearVisibility()
       Specifies an updated visibility setting for a project. This governs the default access controls which apply to
       the data held by the project. See the `Visibility` enum for more information about each mode.
       
      .buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • getIsolationValue

      public int getIsolationValue()
       Desired initial isolation mode for this project; this governs how (or if) read and write operations interact
       with the project's parent scope. See the `Isolation` enum for more information about each mode.
       
      .buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getIsolationValue in interface Project.Settings.UpdateOrBuilder
      Returns:
      The enum numeric value on the wire for isolation.
    • setIsolationValue

      public Project.Settings.Update.Builder setIsolationValue(int value)
       Desired initial isolation mode for this project; this governs how (or if) read and write operations interact
       with the project's parent scope. See the `Isolation` enum for more information about each mode.
       
      .buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The enum numeric value on the wire for isolation to set.
      Returns:
      This builder for chaining.
    • getIsolation

      public Isolation getIsolation()
       Desired initial isolation mode for this project; this governs how (or if) read and write operations interact
       with the project's parent scope. See the `Isolation` enum for more information about each mode.
       
      .buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getIsolation in interface Project.Settings.UpdateOrBuilder
      Returns:
      The isolation.
    • setIsolation

      public Project.Settings.Update.Builder setIsolation(Isolation value)
       Desired initial isolation mode for this project; this governs how (or if) read and write operations interact
       with the project's parent scope. See the `Isolation` enum for more information about each mode.
       
      .buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The isolation to set.
      Returns:
      This builder for chaining.
    • clearIsolation

      public Project.Settings.Update.Builder clearIsolation()
       Desired initial isolation mode for this project; this governs how (or if) read and write operations interact
       with the project's parent scope. See the `Isolation` enum for more information about each mode.
       
      .buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • hasDisplay

      public boolean hasDisplay()
       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasDisplay in interface Project.Settings.UpdateOrBuilder
      Returns:
      Whether the display field is set.
    • getDisplay

      public DisplayOptions getDisplay()
       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplay in interface Project.Settings.UpdateOrBuilder
      Returns:
      The display.
    • setDisplay

       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
    • setDisplay

      public Project.Settings.Update.Builder setDisplay(DisplayOptions.Builder builderForValue)
       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
    • mergeDisplay

      public Project.Settings.Update.Builder mergeDisplay(DisplayOptions value)
       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
    • clearDisplay

      public Project.Settings.Update.Builder clearDisplay()
       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
    • getDisplayBuilder

      public DisplayOptions.Builder getDisplayBuilder()
       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
    • getDisplayOrBuilder

      public DisplayOptionsOrBuilder getDisplayOrBuilder()
       Desired display and reporting settings which apply to this project. Some of these settings can be further
       customized by user account-level preferences.
       
      .buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDisplayOrBuilder in interface Project.Settings.UpdateOrBuilder
    • setUnknownFields

      public final Project.Settings.Update.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<Project.Settings.Update.Builder>
    • mergeUnknownFields

      public final Project.Settings.Update.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<Project.Settings.Update.Builder>