public interface CreateRealmRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
Realm |
getRealm()
Required.
|
String |
getRealmId()
Required.
|
ByteString |
getRealmIdBytes()
Required.
|
RealmOrBuilder |
getRealmOrBuilder()
Required.
|
boolean |
hasRealm()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The parent resource name, using the form: `projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The parent resource name, using the 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];
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.v1alpha.Realm realm = 3 [(.google.api.field_behavior) = REQUIRED];
Realm getRealm()
Required. The realm resource to be created.
.google.cloud.gaming.v1alpha.Realm realm = 3 [(.google.api.field_behavior) = REQUIRED];
RealmOrBuilder getRealmOrBuilder()
Required. The realm resource to be created.
.google.cloud.gaming.v1alpha.Realm realm = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2020 Google LLC. All rights reserved.