Send feedback
Class AlloyDbSettings.UserPassword.Builder (2.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.32.0 keyboard_arrow_down
public static final class AlloyDbSettings . UserPassword . Builder extends GeneratedMessageV3 . Builder<AlloyDbSettings . UserPassword . Builder > implements AlloyDbSettings . UserPasswordOrBuilder
The username/password for a database user. Used for specifying initial
users at cluster creation time.
Protobuf type google.cloud.clouddms.v1.AlloyDbSettings.UserPassword
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AlloyDbSettings . UserPassword . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public AlloyDbSettings . UserPassword build ()
buildPartial()
public AlloyDbSettings . UserPassword buildPartial ()
clear()
public AlloyDbSettings . UserPassword . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AlloyDbSettings . UserPassword . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AlloyDbSettings . UserPassword . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearPassword()
public AlloyDbSettings . UserPassword . Builder clearPassword ()
The initial password for the user.
string password = 2;
clearPasswordSet()
public AlloyDbSettings . UserPassword . Builder clearPasswordSet ()
Output only. Indicates if the initial_user.password field has been set.
bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearUser()
public AlloyDbSettings . UserPassword . Builder clearUser ()
The database username.
string user = 1;
clone()
public AlloyDbSettings . UserPassword . Builder clone ()
Overrides
getDefaultInstanceForType()
public AlloyDbSettings . UserPassword getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getPassword()
public String getPassword ()
The initial password for the user.
string password = 2;
Returns Type Description String
The password.
getPasswordBytes()
public ByteString getPasswordBytes ()
The initial password for the user.
string password = 2;
Returns Type Description ByteString
The bytes for password.
getPasswordSet()
public boolean getPasswordSet ()
Output only. Indicates if the initial_user.password field has been set.
bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean
The passwordSet.
getUser()
The database username.
string user = 1;
Returns Type Description String
The user.
getUserBytes()
public ByteString getUserBytes ()
The database username.
string user = 1;
Returns Type Description ByteString
The bytes for user.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(AlloyDbSettings.UserPassword other)
public AlloyDbSettings . UserPassword . Builder mergeFrom ( AlloyDbSettings . UserPassword other )
public AlloyDbSettings . UserPassword . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public AlloyDbSettings . UserPassword . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AlloyDbSettings . UserPassword . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AlloyDbSettings . UserPassword . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setPassword(String value)
public AlloyDbSettings . UserPassword . Builder setPassword ( String value )
The initial password for the user.
string password = 2;
Parameter Name Description value
String
The password to set.
setPasswordBytes(ByteString value)
public AlloyDbSettings . UserPassword . Builder setPasswordBytes ( ByteString value )
The initial password for the user.
string password = 2;
Parameter Name Description value
ByteString
The bytes for password to set.
setPasswordSet(boolean value)
public AlloyDbSettings . UserPassword . Builder setPasswordSet ( boolean value )
Output only. Indicates if the initial_user.password field has been set.
bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter Name Description value
boolean
The passwordSet to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AlloyDbSettings . UserPassword . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AlloyDbSettings . UserPassword . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setUser(String value)
public AlloyDbSettings . UserPassword . Builder setUser ( String value )
The database username.
string user = 1;
Parameter Name Description value
String
The user to set.
setUserBytes(ByteString value)
public AlloyDbSettings . UserPassword . Builder setUserBytes ( ByteString value )
The database username.
string user = 1;
Parameter Name Description value
ByteString
The bytes for user to set.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]