- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.17
- 2.2.6
- 2.1.23
- 2.0.27
public static final class CheckValidCredsResponse.Builder extends GeneratedMessageV3.Builder<CheckValidCredsResponse.Builder> implements CheckValidCredsResponseOrBuilder
A response indicating whether the credentials exist and are valid.
Protobuf type google.cloud.bigquery.datatransfer.v1.CheckValidCredsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CheckValidCredsResponse.BuilderImplements
CheckValidCredsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckValidCredsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckValidCredsResponse.Builder |
build()
public CheckValidCredsResponse build()
Type | Description |
CheckValidCredsResponse |
buildPartial()
public CheckValidCredsResponse buildPartial()
Type | Description |
CheckValidCredsResponse |
clear()
public CheckValidCredsResponse.Builder clear()
Type | Description |
CheckValidCredsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public CheckValidCredsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CheckValidCredsResponse.Builder |
clearHasValidCreds()
public CheckValidCredsResponse.Builder clearHasValidCreds()
If set to true
, the credentials exist and are valid.
bool has_valid_creds = 1;
Type | Description |
CheckValidCredsResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckValidCredsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CheckValidCredsResponse.Builder |
clone()
public CheckValidCredsResponse.Builder clone()
Type | Description |
CheckValidCredsResponse.Builder |
getDefaultInstanceForType()
public CheckValidCredsResponse getDefaultInstanceForType()
Type | Description |
CheckValidCredsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getHasValidCreds()
public boolean getHasValidCreds()
If set to true
, the credentials exist and are valid.
bool has_valid_creds = 1;
Type | Description |
boolean | The hasValidCreds. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CheckValidCredsResponse other)
public CheckValidCredsResponse.Builder mergeFrom(CheckValidCredsResponse other)
Name | Description |
other | CheckValidCredsResponse |
Type | Description |
CheckValidCredsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CheckValidCredsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckValidCredsResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CheckValidCredsResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CheckValidCredsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckValidCredsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckValidCredsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CheckValidCredsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckValidCredsResponse.Builder |
setHasValidCreds(boolean value)
public CheckValidCredsResponse.Builder setHasValidCreds(boolean value)
If set to true
, the credentials exist and are valid.
bool has_valid_creds = 1;
Name | Description |
value | boolean The hasValidCreds to set. |
Type | Description |
CheckValidCredsResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckValidCredsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CheckValidCredsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckValidCredsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckValidCredsResponse.Builder |