Interface UpdateProjectSettingsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateProjectSettingsRequest, UpdateProjectSettingsRequest.Builder

public interface UpdateProjectSettingsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the project to be updated.
    Specifies the project to be updated.
    Specifies updates to apply to the project's settings.
    Specifies updates to apply to the project's settings.
    boolean
    Specifies the project to be updated.
    boolean
    Specifies updates to apply to the project's settings.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasProject

      boolean hasProject()
       Specifies the project to be updated. This field is required.
       
      .buildless.service.v1.ProjectReference project = 1 [json_name = "project", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      Whether the project field is set.
    • getProject

      ProjectReference getProject()
       Specifies the project to be updated. This field is required.
       
      .buildless.service.v1.ProjectReference project = 1 [json_name = "project", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The project.
    • getProjectOrBuilder

      ProjectReferenceOrBuilder getProjectOrBuilder()
       Specifies the project to be updated. This field is required.
       
      .buildless.service.v1.ProjectReference project = 1 [json_name = "project", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
    • hasSettings

      boolean hasSettings()
       Specifies updates to apply to the project's settings.
       
      .buildless.projects.Project.Settings.Update settings = 2 [json_name = "settings", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      Whether the settings field is set.
    • getSettings

       Specifies updates to apply to the project's settings.
       
      .buildless.projects.Project.Settings.Update settings = 2 [json_name = "settings", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The settings.
    • getSettingsOrBuilder

      Project.Settings.UpdateOrBuilder getSettingsOrBuilder()
       Specifies updates to apply to the project's settings.
       
      .buildless.projects.Project.Settings.Update settings = 2 [json_name = "settings", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }