Uses of Class
com.google.cloud.channel.v1.EntitlementName
-
Packages that use EntitlementName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of EntitlementName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return EntitlementName Modifier and Type Method Description EntitlementName
EntitlementName.Builder. build()
static EntitlementName
EntitlementName. of(String account, String customer, String entitlement)
static EntitlementName
EntitlementName. parse(String formattedString)
Methods in com.google.cloud.channel.v1 that return types with arguments of type EntitlementName Modifier and Type Method Description static List<EntitlementName>
EntitlementName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.channel.v1 with parameters of type EntitlementName Modifier and Type Method Description CloudChannelServiceClient.ListEntitlementChangesPagedResponse
CloudChannelServiceClient. listEntitlementChanges(EntitlementName parent)
List entitlement history.Method parameters in com.google.cloud.channel.v1 with type arguments of type EntitlementName Modifier and Type Method Description static List<String>
EntitlementName. toStringList(List<EntitlementName> values)
-