Uses of Class
com.google.cloud.channel.v1.TrialSettings
-
Packages that use TrialSettings Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of TrialSettings in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return TrialSettings Modifier and Type Method Description TrialSettings
TrialSettings.Builder. build()
TrialSettings
TrialSettings.Builder. buildPartial()
static TrialSettings
TrialSettings. getDefaultInstance()
TrialSettings
TrialSettings.Builder. getDefaultInstanceForType()
TrialSettings
TrialSettings. getDefaultInstanceForType()
TrialSettings
Entitlement.Builder. getTrialSettings()
Output only.TrialSettings
Entitlement. getTrialSettings()
Output only.TrialSettings
EntitlementOrBuilder. getTrialSettings()
Output only.static TrialSettings
TrialSettings. parseDelimitedFrom(InputStream input)
static TrialSettings
TrialSettings. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrialSettings
TrialSettings. parseFrom(byte[] data)
static TrialSettings
TrialSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrialSettings
TrialSettings. parseFrom(com.google.protobuf.ByteString data)
static TrialSettings
TrialSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrialSettings
TrialSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static TrialSettings
TrialSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrialSettings
TrialSettings. parseFrom(InputStream input)
static TrialSettings
TrialSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TrialSettings
TrialSettings. parseFrom(ByteBuffer data)
static TrialSettings
TrialSettings. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type TrialSettings Modifier and Type Method Description com.google.protobuf.Parser<TrialSettings>
TrialSettings. getParserForType()
static com.google.protobuf.Parser<TrialSettings>
TrialSettings. parser()
Methods in com.google.cloud.channel.v1 with parameters of type TrialSettings Modifier and Type Method Description TrialSettings.Builder
TrialSettings.Builder. mergeFrom(TrialSettings other)
Entitlement.Builder
Entitlement.Builder. mergeTrialSettings(TrialSettings value)
Output only.static TrialSettings.Builder
TrialSettings. newBuilder(TrialSettings prototype)
Entitlement.Builder
Entitlement.Builder. setTrialSettings(TrialSettings value)
Output only.
-