com.google.cloud.broker.apps.brokerserver.protobuf.GetSessionTokenRequestOrBuilder 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 GetSessionTokenRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.google.cloud.broker.apps.brokerserver.protobuf.GetSessionTokenRequest)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string scopes = 1;
* @return A list containing the scopes.
*/
java.util.List
getScopesList();
/**
* repeated string scopes = 1;
* @return The count of scopes.
*/
int getScopesCount();
/**
* repeated string scopes = 1;
* @param index The index of the element to return.
* @return The scopes at the given index.
*/
java.lang.String getScopes(int index);
/**
* repeated string scopes = 1;
* @param index The index of the value to return.
* @return The bytes of the scopes at the given index.
*/
com.google.protobuf.ByteString
getScopesBytes(int index);
/**
* string owner = 2;
* @return The owner.
*/
java.lang.String getOwner();
/**
* string owner = 2;
* @return The bytes for owner.
*/
com.google.protobuf.ByteString
getOwnerBytes();
/**
* string target = 3;
* @return The target.
*/
java.lang.String getTarget();
/**
* string target = 3;
* @return The bytes for target.
*/
com.google.protobuf.ByteString
getTargetBytes();
/**
* string renewer = 4;
* @return The renewer.
*/
java.lang.String getRenewer();
/**
* string renewer = 4;
* @return The bytes for renewer.
*/
com.google.protobuf.ByteString
getRenewerBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy