Uses of Class
com.google.cloud.resourcesettings.v1.SettingView
-
Packages that use SettingView Package Description com.google.cloud.resourcesettings.v1 A client to Resource Settings API -
-
Uses of SettingView in com.google.cloud.resourcesettings.v1
Methods in com.google.cloud.resourcesettings.v1 that return SettingView Modifier and Type Method Description static SettingView
SettingView. forNumber(int value)
SettingView
GetSettingRequest.Builder. getView()
The SettingView for this request.SettingView
GetSettingRequest. getView()
The SettingView for this request.SettingView
GetSettingRequestOrBuilder. getView()
The SettingView for this request.SettingView
ListSettingsRequest.Builder. getView()
The SettingView for this request.SettingView
ListSettingsRequest. getView()
The SettingView for this request.SettingView
ListSettingsRequestOrBuilder. getView()
The SettingView for this request.static SettingView
SettingView. valueOf(int value)
Deprecated.static SettingView
SettingView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SettingView
SettingView. valueOf(String name)
Returns the enum constant of this type with the specified name.static SettingView[]
SettingView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.resourcesettings.v1 that return types with arguments of type SettingView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SettingView>
SettingView. internalGetValueMap()
Methods in com.google.cloud.resourcesettings.v1 with parameters of type SettingView Modifier and Type Method Description GetSettingRequest.Builder
GetSettingRequest.Builder. setView(SettingView value)
The SettingView for this request.ListSettingsRequest.Builder
ListSettingsRequest.Builder. setView(SettingView value)
The SettingView for this request.
-