| Modifier and Type | Method and Description |
|---|---|
ProfileStatus |
ProfileStatus.Builder.build() |
ProfileStatus |
ProfileStatus.Builder.buildPartial() |
static ProfileStatus |
ProfileStatus.getDefaultInstance() |
ProfileStatus |
ProfileStatus.getDefaultInstanceForType() |
ProfileStatus |
ProfileStatus.Builder.getDefaultInstanceForType() |
ProfileStatus |
TableDataProfile.getProfileStatus()
Success or error status from the most recent profile generation attempt.
|
ProfileStatus |
TableDataProfile.Builder.getProfileStatus()
Success or error status from the most recent profile generation attempt.
|
ProfileStatus |
TableDataProfileOrBuilder.getProfileStatus()
Success or error status from the most recent profile generation attempt.
|
static ProfileStatus |
ProfileStatus.parseDelimitedFrom(InputStream input) |
static ProfileStatus |
ProfileStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileStatus |
ProfileStatus.parseFrom(byte[] data) |
static ProfileStatus |
ProfileStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileStatus |
ProfileStatus.parseFrom(ByteBuffer data) |
static ProfileStatus |
ProfileStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileStatus |
ProfileStatus.parseFrom(com.google.protobuf.ByteString data) |
static ProfileStatus |
ProfileStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileStatus |
ProfileStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProfileStatus |
ProfileStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileStatus |
ProfileStatus.parseFrom(InputStream input) |
static ProfileStatus |
ProfileStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProfileStatus> |
ProfileStatus.getParserForType() |
static com.google.protobuf.Parser<ProfileStatus> |
ProfileStatus.parser() |
| Modifier and Type | Method and Description |
|---|---|
ProfileStatus.Builder |
ProfileStatus.Builder.mergeFrom(ProfileStatus other) |
TableDataProfile.Builder |
TableDataProfile.Builder.mergeProfileStatus(ProfileStatus value)
Success or error status from the most recent profile generation attempt.
|
static ProfileStatus.Builder |
ProfileStatus.newBuilder(ProfileStatus prototype) |
TableDataProfile.Builder |
TableDataProfile.Builder.setProfileStatus(ProfileStatus value)
Success or error status from the most recent profile generation attempt.
|
Copyright © 2022 Google LLC. All rights reserved.