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

com.google.apphosting.base.protos.CloudWorkspaceIdOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.31
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: source_context.proto

package com.google.apphosting.base.protos;

public interface CloudWorkspaceIdOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.devtools.source.v1.CloudWorkspaceId)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The ID of the repo containing the workspace.
   * 
* * .google.devtools.source.v1.RepoId repo_id = 1; * @return Whether the repoId field is set. */ boolean hasRepoId(); /** *
   * The ID of the repo containing the workspace.
   * 
* * .google.devtools.source.v1.RepoId repo_id = 1; * @return The repoId. */ com.google.apphosting.base.protos.RepoId getRepoId(); /** *
   * The ID of the repo containing the workspace.
   * 
* * .google.devtools.source.v1.RepoId repo_id = 1; */ com.google.apphosting.base.protos.RepoIdOrBuilder getRepoIdOrBuilder(); /** *
   * The unique name of the workspace within the repo.  This is the name
   * chosen by the client in the Source API's CreateWorkspace method.
   * 
* * string name = 2; * @return The name. */ java.lang.String getName(); /** *
   * The unique name of the workspace within the repo.  This is the name
   * chosen by the client in the Source API's CreateWorkspace method.
   * 
* * string name = 2; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy