public interface SettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Output only. The name of the resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. The name of the resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getPreferenceSet()
public abstract String getPreferenceSet()
The preference set used by default for a project.
string preference_set = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The preferenceSet. |
getPreferenceSetBytes()
public abstract ByteString getPreferenceSetBytes()
The preference set used by default for a project.
string preference_set = 2 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for preferenceSet. |