![JAR search and dependency download from the Maven repository](/logo.png)
com.google.cloud.parallelstore.v1beta.TransferOperationMetadataOrBuilder Maven / Gradle / Ivy
/*
* 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/parallelstore/v1beta/parallelstore.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.parallelstore.v1beta;
public interface TransferOperationMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.parallelstore.v1beta.TransferOperationMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. CCFE supplied fields BEGIN
* The time the operation was created.
*
*
* .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Output only. CCFE supplied fields BEGIN
* The time the operation was created.
*
*
* .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Output only. CCFE supplied fields BEGIN
* The time the operation was created.
*
*
* .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Output only. The time the operation finished running.
*
*
* .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the endTime field is set.
*/
boolean hasEndTime();
/**
*
*
*
* Output only. The time the operation finished running.
*
*
* .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The endTime.
*/
com.google.protobuf.Timestamp getEndTime();
/**
*
*
*
* Output only. The time the operation finished running.
*
*
* .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
/**
*
*
*
* Information about the progress of the transfer operation.
*
*
* .google.cloud.parallelstore.v1beta.TransferCounters counters = 3;
*
* @return Whether the counters field is set.
*/
boolean hasCounters();
/**
*
*
*
* Information about the progress of the transfer operation.
*
*
* .google.cloud.parallelstore.v1beta.TransferCounters counters = 3;
*
* @return The counters.
*/
com.google.cloud.parallelstore.v1beta.TransferCounters getCounters();
/**
*
*
*
* Information about the progress of the transfer operation.
*
*
* .google.cloud.parallelstore.v1beta.TransferCounters counters = 3;
*/
com.google.cloud.parallelstore.v1beta.TransferCountersOrBuilder getCountersOrBuilder();
/**
*
*
*
* Required. The origin of the data transfer.
*
*
* string source = 4 [(.google.api.field_behavior) = REQUIRED];
*
* @return The source.
*/
java.lang.String getSource();
/**
*
*
*
* Required. The origin of the data transfer.
*
*
* string source = 4 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for source.
*/
com.google.protobuf.ByteString getSourceBytes();
/**
*
*
*
* Required. The destination of the data transfer.
*
*
* string destination = 5 [(.google.api.field_behavior) = REQUIRED];
*
* @return The destination.
*/
java.lang.String getDestination();
/**
*
*
*
* Required. The destination of the data transfer.
*
*
* string destination = 5 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for destination.
*/
com.google.protobuf.ByteString getDestinationBytes();
/**
*
*
*
* The type of transfer occurring.
*
*
* .google.cloud.parallelstore.v1beta.TransferType transfer_type = 6;
*
* @return The enum numeric value on the wire for transferType.
*/
int getTransferTypeValue();
/**
*
*
*
* The type of transfer occurring.
*
*
* .google.cloud.parallelstore.v1beta.TransferType transfer_type = 6;
*
* @return The transferType.
*/
com.google.cloud.parallelstore.v1beta.TransferType getTransferType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy