
com.google.cloud.broker.apps.brokerserver.protobuf.CancelSessionTokenRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broker-server Show documentation
Show all versions of broker-server Show documentation
Service to enable end-to-end Kerberos security and Cloud IAM integration for Hadoop workloads on Google Cloud Platform (GCP).
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: broker.proto
package com.google.cloud.broker.apps.brokerserver.protobuf;
public interface CancelSessionTokenRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.google.cloud.broker.apps.brokerserver.protobuf.CancelSessionTokenRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string session_token = 1;
* @return The sessionToken.
*/
java.lang.String getSessionToken();
/**
* string session_token = 1;
* @return The bytes for sessionToken.
*/
com.google.protobuf.ByteString
getSessionTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy