public interface SettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getPreferenceSet()
The preference set used by default for a project.
|
com.google.protobuf.ByteString |
getPreferenceSetBytes()
The preference set used by default for a project.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The name of the resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The name of the resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getPreferenceSet()
The preference set used by default for a project.
string preference_set = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getPreferenceSetBytes()
The preference set used by default for a project.
string preference_set = 2 [(.google.api.resource_reference) = { ... }Copyright © 2024 Google LLC. All rights reserved.