Uses of Class
com.google.api.servicemanagement.v1.GetServiceConfigRequest.ConfigView
-
Packages that use GetServiceConfigRequest.ConfigView Package Description com.google.api.servicemanagement.v1 com.google.cloud.api.servicemanagement.v1 A client to Service Management API -
-
Uses of GetServiceConfigRequest.ConfigView in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return GetServiceConfigRequest.ConfigView Modifier and Type Method Description static GetServiceConfigRequest.ConfigView
GetServiceConfigRequest.ConfigView. forNumber(int value)
GetServiceConfigRequest.ConfigView
GetServiceConfigRequest.Builder. getView()
Specifies which parts of the Service Config should be returned in the response.GetServiceConfigRequest.ConfigView
GetServiceConfigRequest. getView()
Specifies which parts of the Service Config should be returned in the response.GetServiceConfigRequest.ConfigView
GetServiceConfigRequestOrBuilder. getView()
Specifies which parts of the Service Config should be returned in the response.static GetServiceConfigRequest.ConfigView
GetServiceConfigRequest.ConfigView. valueOf(int value)
Deprecated.static GetServiceConfigRequest.ConfigView
GetServiceConfigRequest.ConfigView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static GetServiceConfigRequest.ConfigView
GetServiceConfigRequest.ConfigView. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetServiceConfigRequest.ConfigView[]
GetServiceConfigRequest.ConfigView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.servicemanagement.v1 that return types with arguments of type GetServiceConfigRequest.ConfigView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GetServiceConfigRequest.ConfigView>
GetServiceConfigRequest.ConfigView. internalGetValueMap()
Methods in com.google.api.servicemanagement.v1 with parameters of type GetServiceConfigRequest.ConfigView Modifier and Type Method Description GetServiceConfigRequest.Builder
GetServiceConfigRequest.Builder. setView(GetServiceConfigRequest.ConfigView value)
Specifies which parts of the Service Config should be returned in the response. -
Uses of GetServiceConfigRequest.ConfigView in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 with parameters of type GetServiceConfigRequest.ConfigView Modifier and Type Method Description com.google.api.Service
ServiceManagerClient. getServiceConfig(String serviceName, String configId, GetServiceConfigRequest.ConfigView view)
Gets a service configuration (version) for a managed service.
-