public interface CreateRealmRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Realm |
getRealm()
Required.
|
String |
getRealmId()
Required.
|
com.google.protobuf.ByteString |
getRealmIdBytes()
Required.
|
RealmOrBuilder |
getRealmOrBuilder()
Required.
|
boolean |
hasRealm()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource name, in the following form:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource name, in the following form:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getRealmId()
Required. The ID of the realm resource to be created.
string realm_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRealmIdBytes()
Required. The ID of the realm resource to be created.
string realm_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasRealm()
Required. The realm resource to be created.
.google.cloud.gaming.v1.Realm realm = 3 [(.google.api.field_behavior) = REQUIRED];Realm getRealm()
Required. The realm resource to be created.
.google.cloud.gaming.v1.Realm realm = 3 [(.google.api.field_behavior) = REQUIRED];RealmOrBuilder getRealmOrBuilder()
Required. The realm resource to be created.
.google.cloud.gaming.v1.Realm realm = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.