public interface GetServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceName()
Required.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceName()
Required. The name of the service. See the `ServiceManager` overview for naming requirements. For example: `example.googleapis.com`.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServiceNameBytes()
Required. The name of the service. See the `ServiceManager` overview for naming requirements. For example: `example.googleapis.com`.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.