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

com.google.events.cloud.datastream.v1.StreamOrBuilder 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/datastream/v1/data.proto

package com.google.events.cloud.datastream.v1;

public interface StreamOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.events.cloud.datastream.v1.Stream)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. The stream's name.
   * 
* * string name = 1; * * @return The name. */ java.lang.String getName(); /** * * *
   * Output only. The stream's name.
   * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Output only. The creation time of the stream.
   * 
* * .google.protobuf.Timestamp create_time = 2; * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * Output only. The creation time of the stream.
   * 
* * .google.protobuf.Timestamp create_time = 2; * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * Output only. The creation time of the stream.
   * 
* * .google.protobuf.Timestamp create_time = 2; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * Output only. The last update time of the stream.
   * 
* * .google.protobuf.Timestamp update_time = 3; * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** * * *
   * Output only. The last update time of the stream.
   * 
* * .google.protobuf.Timestamp update_time = 3; * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** * * *
   * Output only. The last update time of the stream.
   * 
* * .google.protobuf.Timestamp update_time = 3; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** * * *
   * Labels.
   * 
* * map<string, string> labels = 4; */ int getLabelsCount(); /** * * *
   * Labels.
   * 
* * map<string, string> labels = 4; */ boolean containsLabels(java.lang.String key); /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** * * *
   * Labels.
   * 
* * map<string, string> labels = 4; */ java.util.Map getLabelsMap(); /** * * *
   * Labels.
   * 
* * map<string, string> labels = 4; */ /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * Labels.
   * 
* * map<string, string> labels = 4; */ java.lang.String getLabelsOrThrow(java.lang.String key); /** * * *
   * Required. Display name.
   * 
* * string display_name = 5; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * Required. Display name.
   * 
* * string display_name = 5; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * Required. Source connection profile configuration.
   * 
* * .google.events.cloud.datastream.v1.SourceConfig source_config = 6; * * @return Whether the sourceConfig field is set. */ boolean hasSourceConfig(); /** * * *
   * Required. Source connection profile configuration.
   * 
* * .google.events.cloud.datastream.v1.SourceConfig source_config = 6; * * @return The sourceConfig. */ com.google.events.cloud.datastream.v1.SourceConfig getSourceConfig(); /** * * *
   * Required. Source connection profile configuration.
   * 
* * .google.events.cloud.datastream.v1.SourceConfig source_config = 6; */ com.google.events.cloud.datastream.v1.SourceConfigOrBuilder getSourceConfigOrBuilder(); /** * * *
   * Required. Destination connection profile configuration.
   * 
* * .google.events.cloud.datastream.v1.DestinationConfig destination_config = 7; * * @return Whether the destinationConfig field is set. */ boolean hasDestinationConfig(); /** * * *
   * Required. Destination connection profile configuration.
   * 
* * .google.events.cloud.datastream.v1.DestinationConfig destination_config = 7; * * @return The destinationConfig. */ com.google.events.cloud.datastream.v1.DestinationConfig getDestinationConfig(); /** * * *
   * Required. Destination connection profile configuration.
   * 
* * .google.events.cloud.datastream.v1.DestinationConfig destination_config = 7; */ com.google.events.cloud.datastream.v1.DestinationConfigOrBuilder getDestinationConfigOrBuilder(); /** * * *
   * The state of the stream.
   * 
* * .google.events.cloud.datastream.v1.Stream.State state = 8; * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** * * *
   * The state of the stream.
   * 
* * .google.events.cloud.datastream.v1.Stream.State state = 8; * * @return The state. */ com.google.events.cloud.datastream.v1.Stream.State getState(); /** * * *
   * Automatically backfill objects included in the stream source
   * configuration. Specific objects can be excluded.
   * 
* * .google.events.cloud.datastream.v1.Stream.BackfillAllStrategy backfill_all = 101; * * @return Whether the backfillAll field is set. */ boolean hasBackfillAll(); /** * * *
   * Automatically backfill objects included in the stream source
   * configuration. Specific objects can be excluded.
   * 
* * .google.events.cloud.datastream.v1.Stream.BackfillAllStrategy backfill_all = 101; * * @return The backfillAll. */ com.google.events.cloud.datastream.v1.Stream.BackfillAllStrategy getBackfillAll(); /** * * *
   * Automatically backfill objects included in the stream source
   * configuration. Specific objects can be excluded.
   * 
* * .google.events.cloud.datastream.v1.Stream.BackfillAllStrategy backfill_all = 101; */ com.google.events.cloud.datastream.v1.Stream.BackfillAllStrategyOrBuilder getBackfillAllOrBuilder(); /** * * *
   * Do not automatically backfill any objects.
   * 
* * .google.events.cloud.datastream.v1.Stream.BackfillNoneStrategy backfill_none = 102; * * * @return Whether the backfillNone field is set. */ boolean hasBackfillNone(); /** * * *
   * Do not automatically backfill any objects.
   * 
* * .google.events.cloud.datastream.v1.Stream.BackfillNoneStrategy backfill_none = 102; * * * @return The backfillNone. */ com.google.events.cloud.datastream.v1.Stream.BackfillNoneStrategy getBackfillNone(); /** * * *
   * Do not automatically backfill any objects.
   * 
* * .google.events.cloud.datastream.v1.Stream.BackfillNoneStrategy backfill_none = 102; * */ com.google.events.cloud.datastream.v1.Stream.BackfillNoneStrategyOrBuilder getBackfillNoneOrBuilder(); /** * * *
   * Output only. Errors on the Stream.
   * 
* * repeated .google.events.cloud.datastream.v1.Error errors = 9; */ java.util.List getErrorsList(); /** * * *
   * Output only. Errors on the Stream.
   * 
* * repeated .google.events.cloud.datastream.v1.Error errors = 9; */ com.google.events.cloud.datastream.v1.Error getErrors(int index); /** * * *
   * Output only. Errors on the Stream.
   * 
* * repeated .google.events.cloud.datastream.v1.Error errors = 9; */ int getErrorsCount(); /** * * *
   * Output only. Errors on the Stream.
   * 
* * repeated .google.events.cloud.datastream.v1.Error errors = 9; */ java.util.List getErrorsOrBuilderList(); /** * * *
   * Output only. Errors on the Stream.
   * 
* * repeated .google.events.cloud.datastream.v1.Error errors = 9; */ com.google.events.cloud.datastream.v1.ErrorOrBuilder getErrorsOrBuilder(int index); /** * * *
   * Immutable. A reference to a KMS encryption key.
   * If provided, it will be used to encrypt the data.
   * If left blank, data will be encrypted using an internal Stream-specific
   * encryption key provisioned through KMS.
   * 
* * optional string customer_managed_encryption_key = 10; * * @return Whether the customerManagedEncryptionKey field is set. */ boolean hasCustomerManagedEncryptionKey(); /** * * *
   * Immutable. A reference to a KMS encryption key.
   * If provided, it will be used to encrypt the data.
   * If left blank, data will be encrypted using an internal Stream-specific
   * encryption key provisioned through KMS.
   * 
* * optional string customer_managed_encryption_key = 10; * * @return The customerManagedEncryptionKey. */ java.lang.String getCustomerManagedEncryptionKey(); /** * * *
   * Immutable. A reference to a KMS encryption key.
   * If provided, it will be used to encrypt the data.
   * If left blank, data will be encrypted using an internal Stream-specific
   * encryption key provisioned through KMS.
   * 
* * optional string customer_managed_encryption_key = 10; * * @return The bytes for customerManagedEncryptionKey. */ com.google.protobuf.ByteString getCustomerManagedEncryptionKeyBytes(); public com.google.events.cloud.datastream.v1.Stream.BackfillStrategyCase getBackfillStrategyCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy