com.google.maps.routeoptimization.v1.OutputConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-maps-routeoptimization-v1 Show documentation
Show all versions of proto-google-maps-routeoptimization-v1 Show documentation
Proto library for google-maps-routeoptimization
The newest version!
/*
* 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/maps/routeoptimization/v1/route_optimization_service.proto
// Protobuf Java Version: 3.25.5
package com.google.maps.routeoptimization.v1;
public interface OutputConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.maps.routeoptimization.v1.OutputConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The Google Cloud Storage location to write the output to.
*
*
* .google.maps.routeoptimization.v1.GcsDestination gcs_destination = 1;
*
* @return Whether the gcsDestination field is set.
*/
boolean hasGcsDestination();
/**
*
*
*
* The Google Cloud Storage location to write the output to.
*
*
* .google.maps.routeoptimization.v1.GcsDestination gcs_destination = 1;
*
* @return The gcsDestination.
*/
com.google.maps.routeoptimization.v1.GcsDestination getGcsDestination();
/**
*
*
*
* The Google Cloud Storage location to write the output to.
*
*
* .google.maps.routeoptimization.v1.GcsDestination gcs_destination = 1;
*/
com.google.maps.routeoptimization.v1.GcsDestinationOrBuilder getGcsDestinationOrBuilder();
/**
*
*
*
* Required. The output data format.
*
*
*
* .google.maps.routeoptimization.v1.DataFormat data_format = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The enum numeric value on the wire for dataFormat.
*/
int getDataFormatValue();
/**
*
*
*
* Required. The output data format.
*
*
*
* .google.maps.routeoptimization.v1.DataFormat data_format = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The dataFormat.
*/
com.google.maps.routeoptimization.v1.DataFormat getDataFormat();
com.google.maps.routeoptimization.v1.OutputConfig.DestinationCase getDestinationCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy