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

com.google.apps.meet.v2.SpaceOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.16.0
Show 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/apps/meet/v2/resource.proto

// Protobuf Java Version: 3.25.3
package com.google.apps.meet.v2;

public interface SpaceOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.apps.meet.v2.Space)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Immutable. Resource name of the space.
   * Format: `spaces/{space}`
   * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Immutable. Resource name of the space.
   * Format: `spaces/{space}`
   * 
* * string name = 1 [(.google.api.field_behavior) = IMMUTABLE]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Output only. URI used to join meetings, such as
   * `https://meet.google.com/abc-mnop-xyz`.
   * 
* * string meeting_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The meetingUri. */ java.lang.String getMeetingUri(); /** * * *
   * Output only. URI used to join meetings, such as
   * `https://meet.google.com/abc-mnop-xyz`.
   * 
* * string meeting_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for meetingUri. */ com.google.protobuf.ByteString getMeetingUriBytes(); /** * * *
   * Output only. Type friendly code to join the meeting. Format:
   * `[a-z]+-[a-z]+-[a-z]+` such as `abc-mnop-xyz`. The maximum length is 128
   * characters. Can only be used as an alias of the space ID to get the space.
   * 
* * string meeting_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The meetingCode. */ java.lang.String getMeetingCode(); /** * * *
   * Output only. Type friendly code to join the meeting. Format:
   * `[a-z]+-[a-z]+-[a-z]+` such as `abc-mnop-xyz`. The maximum length is 128
   * characters. Can only be used as an alias of the space ID to get the space.
   * 
* * string meeting_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for meetingCode. */ com.google.protobuf.ByteString getMeetingCodeBytes(); /** * * *
   * Configuration pertaining to the meeting space.
   * 
* * .google.apps.meet.v2.SpaceConfig config = 5; * * @return Whether the config field is set. */ boolean hasConfig(); /** * * *
   * Configuration pertaining to the meeting space.
   * 
* * .google.apps.meet.v2.SpaceConfig config = 5; * * @return The config. */ com.google.apps.meet.v2.SpaceConfig getConfig(); /** * * *
   * Configuration pertaining to the meeting space.
   * 
* * .google.apps.meet.v2.SpaceConfig config = 5; */ com.google.apps.meet.v2.SpaceConfigOrBuilder getConfigOrBuilder(); /** * * *
   * Active conference, if it exists.
   * 
* * .google.apps.meet.v2.ActiveConference active_conference = 6; * * @return Whether the activeConference field is set. */ boolean hasActiveConference(); /** * * *
   * Active conference, if it exists.
   * 
* * .google.apps.meet.v2.ActiveConference active_conference = 6; * * @return The activeConference. */ com.google.apps.meet.v2.ActiveConference getActiveConference(); /** * * *
   * Active conference, if it exists.
   * 
* * .google.apps.meet.v2.ActiveConference active_conference = 6; */ com.google.apps.meet.v2.ActiveConferenceOrBuilder getActiveConferenceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy