public interface GetServiceConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigId()
Required.
|
com.google.protobuf.ByteString |
getConfigIdBytes()
Required.
|
String |
getServiceName()
Required.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Required.
|
GetServiceConfigRequest.ConfigView |
getView()
Specifies which parts of the Service Config should be returned in the
response.
|
int |
getViewValue()
Specifies which parts of the Service Config should be returned in the
response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceName()
Required. The name of the service. See the [overview](https://cloud.google.com/service-management/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 [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];String getConfigId()
Required. The id of the service configuration resource. This field must be specified for the server to return all fields, including `SourceInfo`.
string config_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getConfigIdBytes()
Required. The id of the service configuration resource. This field must be specified for the server to return all fields, including `SourceInfo`.
string config_id = 2 [(.google.api.field_behavior) = REQUIRED];int getViewValue()
Specifies which parts of the Service Config should be returned in the response.
.google.api.servicemanagement.v1.GetServiceConfigRequest.ConfigView view = 3;GetServiceConfigRequest.ConfigView getView()
Specifies which parts of the Service Config should be returned in the response.
.google.api.servicemanagement.v1.GetServiceConfigRequest.ConfigView view = 3;Copyright © 2024 Google LLC. All rights reserved.