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

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

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

package com.google.apphosting.base.protos;

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

  /**
   * 
   * The ID of the workspace.
   * 
* * .google.devtools.source.v1.CloudWorkspaceId workspace_id = 1; * @return Whether the workspaceId field is set. */ boolean hasWorkspaceId(); /** *
   * The ID of the workspace.
   * 
* * .google.devtools.source.v1.CloudWorkspaceId workspace_id = 1; * @return The workspaceId. */ com.google.apphosting.base.protos.CloudWorkspaceId getWorkspaceId(); /** *
   * The ID of the workspace.
   * 
* * .google.devtools.source.v1.CloudWorkspaceId workspace_id = 1; */ com.google.apphosting.base.protos.CloudWorkspaceIdOrBuilder getWorkspaceIdOrBuilder(); /** *
   * The ID of the snapshot.
   * An empty snapshot_id refers to the most recent snapshot.
   * 
* * string snapshot_id = 2; * @return The snapshotId. */ java.lang.String getSnapshotId(); /** *
   * The ID of the snapshot.
   * An empty snapshot_id refers to the most recent snapshot.
   * 
* * string snapshot_id = 2; * @return The bytes for snapshotId. */ com.google.protobuf.ByteString getSnapshotIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy