Interface ShareSettingsProjectConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProjectId()
      The project ID, should be same as the key of this project config in the parent map.
      com.google.protobuf.ByteString getProjectIdBytes()
      The project ID, should be same as the key of this project config in the parent map.
      boolean hasProjectId()
      The project ID, should be same as the key of this project config in the parent map.
      • 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 Detail

      • hasProjectId

        boolean hasProjectId()
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Returns:
        Whether the projectId field is set.
      • getProjectId

        String getProjectId()
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
         The project ID, should be same as the key of this project config in the parent map.
         
        optional string project_id = 177513473;
        Returns:
        The bytes for projectId.