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.ConfigViewGetServiceConfigRequest.ConfigView. forNumber(int value)GetServiceConfigRequest.ConfigViewGetServiceConfigRequest.Builder. getView()Specifies which parts of the Service Config should be returned in the response.GetServiceConfigRequest.ConfigViewGetServiceConfigRequest. getView()Specifies which parts of the Service Config should be returned in the response.GetServiceConfigRequest.ConfigViewGetServiceConfigRequestOrBuilder. getView()Specifies which parts of the Service Config should be returned in the response.static GetServiceConfigRequest.ConfigViewGetServiceConfigRequest.ConfigView. valueOf(int value)Deprecated.static GetServiceConfigRequest.ConfigViewGetServiceConfigRequest.ConfigView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static GetServiceConfigRequest.ConfigViewGetServiceConfigRequest.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.BuilderGetServiceConfigRequest.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.ServiceServiceManagerClient. getServiceConfig(String serviceName, String configId, GetServiceConfigRequest.ConfigView view)Gets a service configuration (version) for a managed service.
-