| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.Builder.build() |
Profile |
Profile.Builder.buildPartial() |
static Profile |
Profile.getDefaultInstance() |
Profile |
Profile.getDefaultInstanceForType() |
Profile |
Profile.Builder.getDefaultInstanceForType() |
Profile |
UpdateProfileRequest.getProfile()
Profile to update.
|
Profile |
UpdateProfileRequest.Builder.getProfile()
Profile to update.
|
Profile |
CreateOfflineProfileRequest.getProfile()
Contents of the profile to create.
|
Profile |
CreateOfflineProfileRequest.Builder.getProfile()
Contents of the profile to create.
|
Profile |
CreateOfflineProfileRequestOrBuilder.getProfile()
Contents of the profile to create.
|
Profile |
UpdateProfileRequestOrBuilder.getProfile()
Profile to update.
|
Profile |
ListProfilesResponseOrBuilder.getProfiles(int index)
List of profiles fetched.
|
Profile |
ListProfilesResponse.getProfiles(int index)
List of profiles fetched.
|
Profile |
ListProfilesResponse.Builder.getProfiles(int index)
List of profiles fetched.
|
static Profile |
Profile.parseDelimitedFrom(InputStream input) |
static Profile |
Profile.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Profile |
Profile.parseFrom(byte[] data) |
static Profile |
Profile.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Profile |
Profile.parseFrom(ByteBuffer data) |
static Profile |
Profile.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Profile |
Profile.parseFrom(com.google.protobuf.ByteString data) |
static Profile |
Profile.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Profile |
Profile.parseFrom(com.google.protobuf.CodedInputStream input) |
static Profile |
Profile.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Profile |
Profile.parseFrom(InputStream input) |
static Profile |
Profile.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Profile> |
Profile.getParserForType() |
List<Profile> |
ListProfilesResponseOrBuilder.getProfilesList()
List of profiles fetched.
|
List<Profile> |
ListProfilesResponse.getProfilesList()
List of profiles fetched.
|
List<Profile> |
ListProfilesResponse.Builder.getProfilesList()
List of profiles fetched.
|
static com.google.protobuf.Parser<Profile> |
Profile.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.addProfiles(int index,
Profile value)
List of profiles fetched.
|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.addProfiles(Profile value)
List of profiles fetched.
|
Profile.Builder |
Profile.Builder.mergeFrom(Profile other) |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.mergeProfile(Profile value)
Profile to update.
|
CreateOfflineProfileRequest.Builder |
CreateOfflineProfileRequest.Builder.mergeProfile(Profile value)
Contents of the profile to create.
|
static Profile.Builder |
Profile.newBuilder(Profile prototype) |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.setProfile(Profile value)
Profile to update.
|
CreateOfflineProfileRequest.Builder |
CreateOfflineProfileRequest.Builder.setProfile(Profile value)
Contents of the profile to create.
|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.setProfiles(int index,
Profile value)
List of profiles fetched.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.addAllProfiles(Iterable<? extends Profile> values)
List of profiles fetched.
|
Copyright © 2025 Google LLC. All rights reserved.