Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/translate/v3beta1/translation_service.proto
// Protobuf Java Version: 3.25.2
package com.google.cloud.translate.v3beta1;
/**
*
*
*
* State metadata for the batch translation operation.
*
*
* Protobuf type {@code google.cloud.translation.v3beta1.BatchTranslateMetadata}
*/
public final class BatchTranslateMetadata extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.translation.v3beta1.BatchTranslateMetadata)
BatchTranslateMetadataOrBuilder {
private static final long serialVersionUID = 0L;
// Use BatchTranslateMetadata.newBuilder() to construct.
private BatchTranslateMetadata(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private BatchTranslateMetadata() {
state_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new BatchTranslateMetadata();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.translate.v3beta1.TranslationServiceProto
.internal_static_google_cloud_translation_v3beta1_BatchTranslateMetadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.translate.v3beta1.TranslationServiceProto
.internal_static_google_cloud_translation_v3beta1_BatchTranslateMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.class,
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.Builder.class);
}
/**
*
*
*
* State of the job.
*
*
* Protobuf enum {@code google.cloud.translation.v3beta1.BatchTranslateMetadata.State}
*/
public enum State implements com.google.protobuf.ProtocolMessageEnum {
/**
*
*
*
* The batch is processed, and at least one item was successfully
* processed.
*
*
* SUCCEEDED = 2;
*/
SUCCEEDED(2),
/**
*
*
*
* The batch is done and no item was successfully processed.
*
*
* FAILED = 3;
*/
FAILED(3),
/**
*
*
*
* Request is in the process of being canceled after caller invoked
* longrunning.Operations.CancelOperation on the request id.
*
*
* CANCELLING = 4;
*/
CANCELLING(4),
/**
*
*
*
* The batch is done after the user has called the
* longrunning.Operations.CancelOperation. Any records processed before the
* cancel command are output as specified in the request.
*
*
* STATE_UNSPECIFIED = 0;
*/
public static final int STATE_UNSPECIFIED_VALUE = 0;
/**
*
*
*
* Request is being processed.
*
*
* RUNNING = 1;
*/
public static final int RUNNING_VALUE = 1;
/**
*
*
*
* The batch is processed, and at least one item was successfully
* processed.
*
*
* SUCCEEDED = 2;
*/
public static final int SUCCEEDED_VALUE = 2;
/**
*
*
*
* The batch is done and no item was successfully processed.
*
*
* FAILED = 3;
*/
public static final int FAILED_VALUE = 3;
/**
*
*
*
* Request is in the process of being canceled after caller invoked
* longrunning.Operations.CancelOperation on the request id.
*
*
* CANCELLING = 4;
*/
public static final int CANCELLING_VALUE = 4;
/**
*
*
*
* The batch is done after the user has called the
* longrunning.Operations.CancelOperation. Any records processed before the
* cancel command are output as specified in the request.
*
*
* CANCELLED = 5;
*/
public static final int CANCELLED_VALUE = 5;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static State valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static State forNumber(int value) {
switch (value) {
case 0:
return STATE_UNSPECIFIED;
case 1:
return RUNNING;
case 2:
return SUCCEEDED;
case 3:
return FAILED;
case 4:
return CANCELLING;
case 5:
return CANCELLED;
default:
return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public State findValueByNumber(int number) {
return State.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
return com.google.cloud.translate.v3beta1.BatchTranslateMetadata.getDescriptor()
.getEnumTypes()
.get(0);
}
private static final State[] VALUES = values();
public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private State(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.cloud.translation.v3beta1.BatchTranslateMetadata.State)
}
private int bitField0_;
public static final int STATE_FIELD_NUMBER = 1;
private int state_ = 0;
/**
*
*
*
* The state of the operation.
*
*
* .google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
*
* @return The enum numeric value on the wire for state.
*/
@java.lang.Override
public int getStateValue() {
return state_;
}
/**
*
*
*
* The state of the operation.
*
*
* .google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
*
* @return The state.
*/
@java.lang.Override
public com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State getState() {
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State result =
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State.forNumber(state_);
return result == null
? com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State.UNRECOGNIZED
: result;
}
public static final int TRANSLATED_CHARACTERS_FIELD_NUMBER = 2;
private long translatedCharacters_ = 0L;
/**
*
*
*
* Number of successfully translated characters so far (Unicode codepoints).
*
*
* int64 translated_characters = 2;
*
* @return The translatedCharacters.
*/
@java.lang.Override
public long getTranslatedCharacters() {
return translatedCharacters_;
}
public static final int FAILED_CHARACTERS_FIELD_NUMBER = 3;
private long failedCharacters_ = 0L;
/**
*
*
*
* Number of characters that have failed to process so far (Unicode
* codepoints).
*
*
* int64 failed_characters = 3;
*
* @return The failedCharacters.
*/
@java.lang.Override
public long getFailedCharacters() {
return failedCharacters_;
}
public static final int TOTAL_CHARACTERS_FIELD_NUMBER = 4;
private long totalCharacters_ = 0L;
/**
*
*
*
* Total number of characters (Unicode codepoints).
* This is the total number of codepoints from input files times the number of
* target languages and appears here shortly after the call is submitted.
*
*
* int64 total_characters = 4;
*
* @return The totalCharacters.
*/
@java.lang.Override
public long getTotalCharacters() {
return totalCharacters_;
}
public static final int SUBMIT_TIME_FIELD_NUMBER = 5;
private com.google.protobuf.Timestamp submitTime_;
/**
*
*
*
* Time when the operation was submitted.
*
*
* .google.protobuf.Timestamp submit_time = 5;
*
* @return Whether the submitTime field is set.
*/
@java.lang.Override
public boolean hasSubmitTime() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* State metadata for the batch translation operation.
*
*
* Protobuf type {@code google.cloud.translation.v3beta1.BatchTranslateMetadata}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.translation.v3beta1.BatchTranslateMetadata)
com.google.cloud.translate.v3beta1.BatchTranslateMetadataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.translate.v3beta1.TranslationServiceProto
.internal_static_google_cloud_translation_v3beta1_BatchTranslateMetadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.translate.v3beta1.TranslationServiceProto
.internal_static_google_cloud_translation_v3beta1_BatchTranslateMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.class,
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.Builder.class);
}
// Construct using com.google.cloud.translate.v3beta1.BatchTranslateMetadata.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getSubmitTimeFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
state_ = 0;
translatedCharacters_ = 0L;
failedCharacters_ = 0L;
totalCharacters_ = 0L;
submitTime_ = null;
if (submitTimeBuilder_ != null) {
submitTimeBuilder_.dispose();
submitTimeBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.translate.v3beta1.TranslationServiceProto
.internal_static_google_cloud_translation_v3beta1_BatchTranslateMetadata_descriptor;
}
@java.lang.Override
public com.google.cloud.translate.v3beta1.BatchTranslateMetadata getDefaultInstanceForType() {
return com.google.cloud.translate.v3beta1.BatchTranslateMetadata.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.translate.v3beta1.BatchTranslateMetadata build() {
com.google.cloud.translate.v3beta1.BatchTranslateMetadata result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.translate.v3beta1.BatchTranslateMetadata buildPartial() {
com.google.cloud.translate.v3beta1.BatchTranslateMetadata result =
new com.google.cloud.translate.v3beta1.BatchTranslateMetadata(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.cloud.translate.v3beta1.BatchTranslateMetadata result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.state_ = state_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.translatedCharacters_ = translatedCharacters_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.failedCharacters_ = failedCharacters_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.totalCharacters_ = totalCharacters_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000010) != 0)) {
result.submitTime_ = submitTimeBuilder_ == null ? submitTime_ : submitTimeBuilder_.build();
to_bitField0_ |= 0x00000001;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.translate.v3beta1.BatchTranslateMetadata) {
return mergeFrom((com.google.cloud.translate.v3beta1.BatchTranslateMetadata) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.translate.v3beta1.BatchTranslateMetadata other) {
if (other == com.google.cloud.translate.v3beta1.BatchTranslateMetadata.getDefaultInstance())
return this;
if (other.state_ != 0) {
setStateValue(other.getStateValue());
}
if (other.getTranslatedCharacters() != 0L) {
setTranslatedCharacters(other.getTranslatedCharacters());
}
if (other.getFailedCharacters() != 0L) {
setFailedCharacters(other.getFailedCharacters());
}
if (other.getTotalCharacters() != 0L) {
setTotalCharacters(other.getTotalCharacters());
}
if (other.hasSubmitTime()) {
mergeSubmitTime(other.getSubmitTime());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8:
{
state_ = input.readEnum();
bitField0_ |= 0x00000001;
break;
} // case 8
case 16:
{
translatedCharacters_ = input.readInt64();
bitField0_ |= 0x00000002;
break;
} // case 16
case 24:
{
failedCharacters_ = input.readInt64();
bitField0_ |= 0x00000004;
break;
} // case 24
case 32:
{
totalCharacters_ = input.readInt64();
bitField0_ |= 0x00000008;
break;
} // case 32
case 42:
{
input.readMessage(getSubmitTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 42
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private int state_ = 0;
/**
*
*
*
* The state of the operation.
*
*
* .google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
*
* @return The enum numeric value on the wire for state.
*/
@java.lang.Override
public int getStateValue() {
return state_;
}
/**
*
*
*
* The state of the operation.
*
*
* .google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
*
* @param value The enum numeric value on the wire for state to set.
* @return This builder for chaining.
*/
public Builder setStateValue(int value) {
state_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* The state of the operation.
*
*
* .google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
*
* @return The state.
*/
@java.lang.Override
public com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State getState() {
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State result =
com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State.forNumber(state_);
return result == null
? com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State.UNRECOGNIZED
: result;
}
/**
*
*
*
* The state of the operation.
*
*
* .google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
*
* @param value The state to set.
* @return This builder for chaining.
*/
public Builder setState(com.google.cloud.translate.v3beta1.BatchTranslateMetadata.State value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
state_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
*
* The state of the operation.
*
*
* .google.cloud.translation.v3beta1.BatchTranslateMetadata.State state = 1;
*
* @return This builder for chaining.
*/
public Builder clearState() {
bitField0_ = (bitField0_ & ~0x00000001);
state_ = 0;
onChanged();
return this;
}
private long translatedCharacters_;
/**
*
*
*
* Number of successfully translated characters so far (Unicode codepoints).
*
*
* int64 translated_characters = 2;
*
* @return The translatedCharacters.
*/
@java.lang.Override
public long getTranslatedCharacters() {
return translatedCharacters_;
}
/**
*
*
*
* Number of successfully translated characters so far (Unicode codepoints).
*
*
* int64 translated_characters = 2;
*
* @param value The translatedCharacters to set.
* @return This builder for chaining.
*/
public Builder setTranslatedCharacters(long value) {
translatedCharacters_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Number of successfully translated characters so far (Unicode codepoints).
*
*
* int64 translated_characters = 2;
*
* @return This builder for chaining.
*/
public Builder clearTranslatedCharacters() {
bitField0_ = (bitField0_ & ~0x00000002);
translatedCharacters_ = 0L;
onChanged();
return this;
}
private long failedCharacters_;
/**
*
*
*
* Number of characters that have failed to process so far (Unicode
* codepoints).
*
*
* int64 failed_characters = 3;
*
* @return The failedCharacters.
*/
@java.lang.Override
public long getFailedCharacters() {
return failedCharacters_;
}
/**
*
*
*
* Number of characters that have failed to process so far (Unicode
* codepoints).
*
*
* int64 failed_characters = 3;
*
* @param value The failedCharacters to set.
* @return This builder for chaining.
*/
public Builder setFailedCharacters(long value) {
failedCharacters_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Number of characters that have failed to process so far (Unicode
* codepoints).
*
*
* int64 failed_characters = 3;
*
* @return This builder for chaining.
*/
public Builder clearFailedCharacters() {
bitField0_ = (bitField0_ & ~0x00000004);
failedCharacters_ = 0L;
onChanged();
return this;
}
private long totalCharacters_;
/**
*
*
*
* Total number of characters (Unicode codepoints).
* This is the total number of codepoints from input files times the number of
* target languages and appears here shortly after the call is submitted.
*
*
* int64 total_characters = 4;
*
* @return The totalCharacters.
*/
@java.lang.Override
public long getTotalCharacters() {
return totalCharacters_;
}
/**
*
*
*
* Total number of characters (Unicode codepoints).
* This is the total number of codepoints from input files times the number of
* target languages and appears here shortly after the call is submitted.
*
*
* int64 total_characters = 4;
*
* @param value The totalCharacters to set.
* @return This builder for chaining.
*/
public Builder setTotalCharacters(long value) {
totalCharacters_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Total number of characters (Unicode codepoints).
* This is the total number of codepoints from input files times the number of
* target languages and appears here shortly after the call is submitted.
*