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 EntitlementNameEntitlementName.Builder. build()static EntitlementNameEntitlementName. of(String account, String customer, String entitlement)static EntitlementNameEntitlementName. 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.ListEntitlementChangesPagedResponseCloudChannelServiceClient. 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)
-