| Modifier and Type | Method and Description |
|---|---|
static ProfileType |
ProfileType.forNumber(int value) |
ProfileType |
ProfileOrBuilder.getProfileType()
Type of profile.
|
ProfileType |
Profile.getProfileType()
Type of profile.
|
ProfileType |
Profile.Builder.getProfileType()
Type of profile.
|
ProfileType |
CreateProfileRequest.getProfileType(int index)
One or more profile types that the agent is capable of providing.
|
ProfileType |
CreateProfileRequest.Builder.getProfileType(int index)
One or more profile types that the agent is capable of providing.
|
ProfileType |
CreateProfileRequestOrBuilder.getProfileType(int index)
One or more profile types that the agent is capable of providing.
|
static ProfileType |
ProfileType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProfileType |
ProfileType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProfileType |
ProfileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileType[] |
ProfileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileType> |
CreateProfileRequest.getProfileTypeList()
One or more profile types that the agent is capable of providing.
|
List<ProfileType> |
CreateProfileRequest.Builder.getProfileTypeList()
One or more profile types that the agent is capable of providing.
|
List<ProfileType> |
CreateProfileRequestOrBuilder.getProfileTypeList()
One or more profile types that the agent is capable of providing.
|
static com.google.protobuf.Internal.EnumLiteMap<ProfileType> |
ProfileType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.addProfileType(ProfileType value)
One or more profile types that the agent is capable of providing.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.setProfileType(int index,
ProfileType value)
One or more profile types that the agent is capable of providing.
|
Profile.Builder |
Profile.Builder.setProfileType(ProfileType value)
Type of profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.addAllProfileType(Iterable<? extends ProfileType> values)
One or more profile types that the agent is capable of providing.
|
Copyright © 2025 Google LLC. All rights reserved.