- 0.60.0 (latest)
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.4
- 0.8.10
public static final class PredictionApiKeyRegistration.Builder extends GeneratedMessageV3.Builder<PredictionApiKeyRegistration.Builder> implements PredictionApiKeyRegistrationOrBuilder
Registered Api Key.
Protobuf type google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistration
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PredictionApiKeyRegistration.BuilderImplements
PredictionApiKeyRegistrationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PredictionApiKeyRegistration.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PredictionApiKeyRegistration.Builder |
build()
public PredictionApiKeyRegistration build()
Type | Description |
PredictionApiKeyRegistration |
buildPartial()
public PredictionApiKeyRegistration buildPartial()
Type | Description |
PredictionApiKeyRegistration |
clear()
public PredictionApiKeyRegistration.Builder clear()
Type | Description |
PredictionApiKeyRegistration.Builder |
clearApiKey()
public PredictionApiKeyRegistration.Builder clearApiKey()
The API key.
string api_key = 1;
Type | Description |
PredictionApiKeyRegistration.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PredictionApiKeyRegistration.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PredictionApiKeyRegistration.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PredictionApiKeyRegistration.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PredictionApiKeyRegistration.Builder |
clone()
public PredictionApiKeyRegistration.Builder clone()
Type | Description |
PredictionApiKeyRegistration.Builder |
getApiKey()
public String getApiKey()
The API key.
string api_key = 1;
Type | Description |
String | The apiKey. |
getApiKeyBytes()
public ByteString getApiKeyBytes()
The API key.
string api_key = 1;
Type | Description |
ByteString | The bytes for apiKey. |
getDefaultInstanceForType()
public PredictionApiKeyRegistration getDefaultInstanceForType()
Type | Description |
PredictionApiKeyRegistration |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PredictionApiKeyRegistration other)
public PredictionApiKeyRegistration.Builder mergeFrom(PredictionApiKeyRegistration other)
Name | Description |
other | PredictionApiKeyRegistration |
Type | Description |
PredictionApiKeyRegistration.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PredictionApiKeyRegistration.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PredictionApiKeyRegistration.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PredictionApiKeyRegistration.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PredictionApiKeyRegistration.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PredictionApiKeyRegistration.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PredictionApiKeyRegistration.Builder |
setApiKey(String value)
public PredictionApiKeyRegistration.Builder setApiKey(String value)
The API key.
string api_key = 1;
Name | Description |
value | String The apiKey to set. |
Type | Description |
PredictionApiKeyRegistration.Builder | This builder for chaining. |
setApiKeyBytes(ByteString value)
public PredictionApiKeyRegistration.Builder setApiKeyBytes(ByteString value)
The API key.
string api_key = 1;
Name | Description |
value | ByteString The bytes for apiKey to set. |
Type | Description |
PredictionApiKeyRegistration.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PredictionApiKeyRegistration.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PredictionApiKeyRegistration.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PredictionApiKeyRegistration.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PredictionApiKeyRegistration.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PredictionApiKeyRegistration.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PredictionApiKeyRegistration.Builder |