Interface UpdateProjectSettingsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Specifies the updated project key, which encloses a new version for the record.
    Specifies the updated project key, which encloses a new version for the record.
    boolean
    Specifies the updated project key, which encloses a new version for the record.

    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 updated project key, which encloses a new version for the record.
       
      .buildless.projects.ProjectKey project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the project field is set.
    • getProject

      ProjectKey getProject()
       Specifies the updated project key, which encloses a new version for the record.
       
      .buildless.projects.ProjectKey project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The project.
    • getProjectOrBuilder

      ProjectKeyOrBuilder getProjectOrBuilder()
       Specifies the updated project key, which encloses a new version for the record.
       
      .buildless.projects.ProjectKey project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];