All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.events.cloud.dataflow.v1beta3.SdkHarnessContainerImageOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
/*
 * Copyright 2023 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/events/cloud/dataflow/v1beta3/data.proto

package com.google.events.cloud.dataflow.v1beta3;

public interface SdkHarnessContainerImageOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.events.cloud.dataflow.v1beta3.SdkHarnessContainerImage)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * A docker container image that resides in Google Container Registry.
   * 
* * string container_image = 1; * * @return The containerImage. */ java.lang.String getContainerImage(); /** * * *
   * A docker container image that resides in Google Container Registry.
   * 
* * string container_image = 1; * * @return The bytes for containerImage. */ com.google.protobuf.ByteString getContainerImageBytes(); /** * * *
   * If true, recommends the Dataflow service to use only one core per SDK
   * container instance with this image. If false (or unset) recommends using
   * more than one core per SDK container instance with this image for
   * efficiency. Note that Dataflow service may choose to override this property
   * if needed.
   * 
* * bool use_single_core_per_container = 2; * * @return The useSingleCorePerContainer. */ boolean getUseSingleCorePerContainer(); /** * * *
   * Environment ID for the Beam runner API proto Environment that corresponds
   * to the current SDK Harness.
   * 
* * string environment_id = 3; * * @return The environmentId. */ java.lang.String getEnvironmentId(); /** * * *
   * Environment ID for the Beam runner API proto Environment that corresponds
   * to the current SDK Harness.
   * 
* * string environment_id = 3; * * @return The bytes for environmentId. */ com.google.protobuf.ByteString getEnvironmentIdBytes(); /** * * *
   * The set of capabilities enumerated in the above Environment proto. See also
   * [beam_runner_api.proto](https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto)
   * 
* * repeated string capabilities = 4; * * @return A list containing the capabilities. */ java.util.List getCapabilitiesList(); /** * * *
   * The set of capabilities enumerated in the above Environment proto. See also
   * [beam_runner_api.proto](https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto)
   * 
* * repeated string capabilities = 4; * * @return The count of capabilities. */ int getCapabilitiesCount(); /** * * *
   * The set of capabilities enumerated in the above Environment proto. See also
   * [beam_runner_api.proto](https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto)
   * 
* * repeated string capabilities = 4; * * @param index The index of the element to return. * @return The capabilities at the given index. */ java.lang.String getCapabilities(int index); /** * * *
   * The set of capabilities enumerated in the above Environment proto. See also
   * [beam_runner_api.proto](https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto)
   * 
* * repeated string capabilities = 4; * * @param index The index of the value to return. * @return The bytes of the capabilities at the given index. */ com.google.protobuf.ByteString getCapabilitiesBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy